Skip to content
Snippets Groups Projects
Commit f1a23ddf authored by Lukas Ruge's avatar Lukas Ruge
Browse files

dirty tricks to kill the node

parent 92b6d1a0
No related branches found
No related tags found
No related merge requests found
Pipeline #2443 passed
...@@ -6,7 +6,7 @@ deploy_site: ...@@ -6,7 +6,7 @@ deploy_site:
only: only:
- master - master
script: script:
- killall node - killall node || true
- rm -rf /home/historyb/historybot - rm -rf /home/historyb/historybot
- mkdir /home/historyb/historybot - mkdir /home/historyb/historybot
- mv * /home/historyb/historybot - mv * /home/historyb/historybot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment