This commit is contained in:
parent
3ced7b2bfc
commit
64c7a5eea1
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ steps:
|
||||||
- mv source oxaliq/.
|
- mv source oxaliq/.
|
||||||
- mv static oxaliq/.
|
- mv static oxaliq/.
|
||||||
- scp -r oxaliq deploy@turtle.hup.is:~/
|
- scp -r oxaliq deploy@turtle.hup.is:~/
|
||||||
- ssh deploy@turtle.hup.is 'sudo rm /srv/oxaliq || true && sudo mv oxaliq /srv/. && sudo systemctl restart sorreldotdev.service'
|
- ssh deploy@turtle.hup.is 'sudo rm -rf /srv/oxaliq || true && sudo mv oxaliq /srv/. && sudo systemctl restart sorreldotdev.service'
|
||||||
when:
|
when:
|
||||||
# Only try to deploy if previous step is successful
|
# Only try to deploy if previous step is successful
|
||||||
status: success
|
status: success
|
||||||
|
|
Loading…
Reference in a new issue