first migration test on prod server
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
90d21224b2
commit
7799a4aab8
17
.drone.yml
17
.drone.yml
|
|
@ -17,14 +17,9 @@ server:
|
||||||
steps:
|
steps:
|
||||||
- name: Deploiement
|
- name: Deploiement
|
||||||
commands:
|
commands:
|
||||||
# - git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git
|
- git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git
|
||||||
# - cd lhoist-stay-safe
|
- cd lhoist-stay-safe
|
||||||
# - npm install
|
- npm install
|
||||||
# - npm run build
|
- npm run build
|
||||||
|
- sshpass -p "xmAgdEUhDhQp" rsync -avhp -e 'ssh -p 22' ./build/ staysaa@ssh.cluster027.hosting.ovh.net:www --delete
|
||||||
- mkdir build
|
# - rsync -avhp -e 'ssh -p 22' ./build/ staysaa@ssh.cluster027.hosting.ovh.net:www --delete
|
||||||
- touch build/index.html
|
|
||||||
- echo "salut"
|
|
||||||
- ls
|
|
||||||
# - rsync -avhp -e 'ssh -p 22' ./build/ staysaa@ssh.cluster027.hosting.ovh.net:www --delete
|
|
||||||
- sshpass -p "xmAgdEUhDhQp" rsync -avhp -e 'ssh -p 22' ./build/ staysaa@ssh.cluster027.hosting.ovh.net:www --delete
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user