test dry run production
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Antoine M 2024-09-19 15:11:14 +02:00
parent 7bd2d98b25
commit 730d4961e4

View File

@ -1,7 +1,7 @@
---
kind: pipeline
type: ssh
name: Stay Safe | Pipeline de déploiement
name: Stay Safe | Front-End | Pipeline de déploiement
clone:
disable: true
@ -40,4 +40,4 @@ steps:
from_secret: prod_folder_path
commands:
- cd lhoist-stay-safe
- rsync -avhp -e 'ssh -p 22' ./build/ $PROD_SERVER_PATH:$PROD_FOLDER_PATH --delete
- rsync -avhpn -e 'ssh -p 22' ./build/ $PROD_SERVER_PATH:$PROD_FOLDER_PATH --delete