Explorar el Código

Try installing ssh

Colin Powell hace 2 años
padre
commit
e07abf5592
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)