Bläddra i källkod

Try installing ssh

Colin Powell 2 år sedan
förälder
incheckning
e07abf5592
1 ändrade filer med 1 tillägg och 1 borttagningar
  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)