first migration test on prod server
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2024-09-12 15:06:55 +02:00
parent 90d21224b2
commit 7799a4aab8

View File

@ -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