Commit 59309e75 authored by Dennis Willers's avatar Dennis Willers 🏀

Update .gitlab-ci.yml

parent 31340a77
Pipeline #264 passed with stages
in 4 minutes and 14 seconds
...@@ -25,7 +25,7 @@ deploy-master: ...@@ -25,7 +25,7 @@ deploy-master:
script: script:
- ssh root@willers.digital -p 2233 "mkdir -p /volume1/web/_tmp" - ssh root@willers.digital -p 2233 "mkdir -p /volume1/web/_tmp"
- ssh root@willers.digital -p 2233 "mkdir -p /volume1/web/alt" - ssh root@willers.digital -p 2233 "mkdir -p /volume1/web/alt"
- scp -P2233 -r dist/tabu/* root@willers.digital:/volume1/web/_tmp - scp -P2233 -r dist/Tabu/* root@willers.digital:/volume1/web/_tmp
- ssh -p 2233 root@willers.digital "mv /volume1/web/tabu/* /volume1/web/alt && mv /volume1/web/_tmp/* /volume1/web/tabu" - ssh -p 2233 root@willers.digital "mv /volume1/web/tabu/* /volume1/web/alt && mv /volume1/web/_tmp/* /volume1/web/tabu"
- ssh -p 2233 root@willers.digital "rm -rf /volume1/web/alt" - ssh -p 2233 root@willers.digital "rm -rf /volume1/web/alt"
only: only:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment