소스 검색

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