fixing deployement password
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2a54894885
commit
48972c7742
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user