Compare commits

...

4 Commits

Author SHA1 Message Date
2a54894885 setting up the drone file
Some checks failed
continuous-integration/drone/push Build is failing
2024-09-12 15:38:59 +02:00
42c21ef33e hiding drone 2024-09-12 15:38:10 +02:00
926c58ee71 setting up the drone file 2024-09-12 15:34:57 +02:00
0b5880de60 excluding drone file 2024-09-12 15:33:56 +02:00

View File

@ -30,9 +30,10 @@ steps:
environment: environment:
PROD_SERVER_PATH: PROD_SERVER_PATH:
from_secret: prod_server_path from_secret: prod_server_path
PROD_SERVER_PASSWORD:
from_secret: prod_server_password
PROD_FOLDER_PATH: PROD_FOLDER_PATH:
from_secret: prod_folder_path from_secret: prod_folder_path
commands: commands:
- cd lhoist-stay-safe - cd lhoist-stay-safe
- sshpass -p "xmAgdEUhDhQp" 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
# - rsync -avhp -e 'ssh -p 22' ./build/ staysaa@ssh.cluster027.hosting.ovh.net:www --delete