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:
|
||||
- name: Deploiement
|
||||
commands:
|
||||
# - git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git
|
||||
# - cd lhoist-stay-safe
|
||||
# - npm install
|
||||
# - npm run build
|
||||
|
||||
- mkdir build
|
||||
- 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
|
||||
- git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git
|
||||
- cd lhoist-stay-safe
|
||||
- npm install
|
||||
- npm run build
|
||||
- sshpass -p "xmAgdEUhDhQp" 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user