Skip to content
Snippets Groups Projects
Commit a90181a8 authored by Cato Bakken's avatar Cato Bakken
Browse files

oof

parent 3f018aff
No related branches found
No related tags found
No related merge requests found
Pipeline #81814 failed
...@@ -35,7 +35,7 @@ deploy: ...@@ -35,7 +35,7 @@ deploy:
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa - echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
- apt-get update - apt-get update
- apt-get install --assume-yes rsync - apt-get install --assume-yes rsync
- rsync --archive --delete --exclude='.git' --exclude='node_modules' . app@10.0.2.15:app - rsync --archive --delete --exclude='.git' --exclude='node_modules' . app@10.52.205.147:app
- ssh app@app.ntnu.no systemctl --user restart app - ssh app@10.52.205.147 systemctl --user restart app
only: only:
- master - master
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