ソースを参照

Try installing ssh

Colin Powell 2 年 前
コミット
e07abf5592
1 ファイル変更1 行追加1 行削除
  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)