Ver Fonte

Try installing ssh

Colin Powell há 2 anos atrás
pai
commit
e07abf5592
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -14,8 +14,8 @@ steps:
       sshkey:
         from_secret: key
     commands:
-      - apk add rsync
       # Install dependencies
+      - apk add rsync ssh
       - wget https://github.com/gohugoio/hugo/releases/download/v0.110.0/hugo_0.110.0_linux-amd64.tar.gz
       - tar zxvf hugo_0.110.0_linux-amd64.tar.gz
       # Start with a fresh database (which is already running as a service from Drone)