Compare commits
No commits in common. "9cca6a1bde804c88e4e75973df89281d82e4415c" and "2bfeee9553fe9edc426c1f8968e9205baeb5121e" have entirely different histories.
9cca6a1bde
...
2bfeee9553
|
|
@ -34,8 +34,11 @@ 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
|
||||
- rsync -avhpn -e 'ssh -p 22' ./build/ $PROD_SERVER_PATH:www
|
||||
- rsync -avhpn -e 'ssh -p 22' ./build/ $PROD_SERVER_PATH:$PROD_FOLDER_PATH --delete
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user