fixing deployement password
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2024-09-12 15:42:24 +02:00
parent 2a54894885
commit 48972c7742

View File

@ -36,4 +36,4 @@ steps:
from_secret: prod_folder_path
commands:
- cd lhoist-stay-safe
- sshpass -p "$PROD_SERVER_PASSWORD" rsync -avhp -e 'ssh -p 22' ./build/ $PROD_SERVER_PATH:$PROD_FOLDER_PATH --delete
- sshpass -p $PROD_SERVER_PASSWORD rsync -avhp -e 'ssh -p 22' ./build/ $PROD_SERVER_PATH:$PROD_FOLDER_PATH --delete