diff --git a/.drone.yml b/.drone.yml index f460dfc..d013177 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,4 +34,4 @@ steps: from_secret: prod_server_path commands: - cd Metiers_du_patrimoine_theme - - rsync -avhp -e 'ssh' ./ $PROD_SERVER_PATH:~/public_html/wp-content/themes/Metiers_du_patrimoine_test --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' + - rsync -avhp -e 'ssh' ./ $PROD_SERVER_PATH:~/public_html/wp-content/themes/Metiers_du_patrimoine --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev'