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

Update .gitlab-ci.yml

parent 6ea1a337
No related branches found
No related tags found
No related merge requests found
Pipeline #81356 passed
......@@ -2,7 +2,7 @@ image: node:latest
stages:
- build # Jobs placed in build-stage will run first
- test # Jobs placed in tets-stage will run after build-jobs
- test # Jobs placed in test-stage will run after build-jobs
- deploy # Jobs placed in build-stage will run last after test-jobs
install:
......@@ -38,4 +38,4 @@ deploy:
- 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
- master
\ No newline at end of file
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