first migration test on prod server
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Antoine M 2024-09-12 14:54:01 +02:00
parent f3f6a4c7f8
commit afd4599693

View File

@ -26,6 +26,8 @@ steps:
# - cd lhoist-stay-safe # - cd lhoist-stay-safe
# - npm install # - npm install
# - npm run build # - npm run build
- echo $PROD_SERVER_PATH
- echo $PROD_FOLDER_PATH
- mkdir build - mkdir build
- ls - ls
- rsync -avhp -e 'ssh -p 22' ./build/ staysaa@ssh.cluster027.hosting.ovh.net:www --delete - rsync -avhp -e 'ssh -p 22' ./build/ staysaa@ssh.cluster027.hosting.ovh.net:www --delete