Skip to content
Snippets Groups Projects
Commit 6ea1a337 authored by Kasper Vedal Gundersen's avatar Kasper Vedal Gundersen
Browse files

Update .gitlab-ci.yml

parent 2ff4cec6
No related branches found
No related tags found
No related merge requests found
Pipeline #81039 failed
......@@ -35,7 +35,7 @@ deploy:
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
- apt-get update
- apt-get install --assume-yes rsync
- rsync --archive --delete --exclude='.git' --exclude='node_modules' . app@app.ntnu.no:app
- ssh app@app.ntnu.no systemctl --user restart app
- rsync --archive --delete --exclude='.git' --exclude='node_modules' . app@129.241.96.161:app
- ssh app@129.241.96.161 systemctl --user restart app
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment