diff --git a/.drone.yml b/.drone.yml index 495163e..394dc2f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,8 +2,7 @@ kind: pipeline name: buildsite steps: - -- name: restore_cache: +- name: restore_cache image: appleboy/drone-sftp-cache settings: host: 192.168.10.5 @@ -47,7 +46,7 @@ steps: source: ./dist - name: cleanup - image: appleboy/drone-scp + image: appleboy/drone-ssh settings: host: 192.168.10.5 username: thomas @@ -56,3 +55,5 @@ steps: port: 22 script: - cd /home/thomas/wwwtest + - mv dist/* dist/.* . + - rmdir dist