first migration test on prod server
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
a39a54fa9e
commit
716fbe555d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user