Compare commits
No commits in common. "2a5489488593cb34311ecd42d9a8d6179e9be61c" and "e95db84f6e0a127ed022f99ed2c15f0d434c0a68" have entirely different histories.
2a54894885
...
e95db84f6e
|
|
@ -30,10 +30,9 @@ steps:
|
|||
environment:
|
||||
PROD_SERVER_PATH:
|
||||
from_secret: prod_server_path
|
||||
PROD_SERVER_PASSWORD:
|
||||
from_secret: prod_server_password
|
||||
PROD_FOLDER_PATH:
|
||||
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 "xmAgdEUhDhQp" rsync -avhp -e 'ssh -p 22' ./build/ $PROD_SERVER_PATH:$PROD_FOLDER_PATH --delete
|
||||
# - rsync -avhp -e 'ssh -p 22' ./build/ staysaa@ssh.cluster027.hosting.ovh.net:www --delete
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user