adding the delete flag for final complete delpoiement pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2024-09-23 15:04:31 +02:00
parent 903ac56f5f
commit 330a9fffd7

View File

@ -38,4 +38,4 @@ steps:
from_secret: prod_folder_path
commands:
- cd lhoist-stay-safe
- rsync -avhp -e 'ssh -p 22' ./build/ $PROD_SERVER_PATH:www
- rsync -avhp -e 'ssh -p 22' ./build/ $PROD_SERVER_PATH:www --delete