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:43:34 +02:00
parent a39a54fa9e
commit 716fbe555d

View File

@ -22,9 +22,10 @@ steps:
PROD_FOLDER_PATH:
from_secret: prod_folder_path
commands:
- git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git
- cd lhoist-stay-safe
- npm install
- npm run build
# - git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git
# - cd lhoist-stay-safe
# - npm install
# - npm run build
- mkdir build
- ls
- rsync -avhp -e 'ssh -p 22' ./build/ $(PROD_SERVER_PATH):$(PROD_FOLDER_PATH) --delete