Compare commits

...

2 Commits

Author SHA1 Message Date
9cca6a1bde test
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-23 14:41:14 +02:00
289950fb2b removing unecessary password 2024-09-23 11:12:57 +02:00

View File

@ -34,11 +34,8 @@ 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:$PROD_FOLDER_PATH --delete
- rsync -avhpn -e 'ssh -p 22' ./build/ $PROD_SERVER_PATH:www