浏览代码

Actually install rsync

Colin Powell 2 年之前
父节点
当前提交
a683ca3a12
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

@@ -14,6 +14,7 @@ steps:
       sshkey:
         from_secret: key
     commands:
+      - apt install -y rsync
       # Install dependencies
       - 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