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
716fbe555d
commit
f3f6a4c7f8
10
.drone.yml
10
.drone.yml
|
|
@ -22,10 +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
|
||||
- rsync -avhp -e 'ssh -p 22' ./build/ staysaa@ssh.cluster027.hosting.ovh.net:www --delete
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user