diff --git a/.drone.yml b/.drone.yml index a343fab..c3389ec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,18 +43,5 @@ steps: from_secret: ssh_password port: 22 target: /home/thomas/wwwtest - source: ./dist - -- name: cleanup - image: appleboy/drone-ssh - settings: - host: 192.168.10.5 - username: thomas - password: - from_secret: ssh_password - port: 22 - script: - - cd /home/thomas/wwwtest - - pwd - # - mv dist/* dist/.* . - # - rmdir dist + source: ./dist/* + strip_components: 1 \ No newline at end of file