diff --git a/.drone.yml b/.drone.yml index a4c1d0e..b75017e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -78,8 +78,8 @@ steps: from_secret: eigeen_key port: 22 script: - - cd $DEPLOY_DIR - - rm -rf !\(.htaccess | .user.ini | public\) + - cd $DEPLOY_DIR/www.eigeen.com + - rm -rf !\(.htaccess|.user.ini|public\) - mv ./public/* ./ - rm -r public