Skip to content
Snippets Groups Projects
Commit b25cc918 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

Update .gitlab-ci.yml

parent 524916a7
No related branches found
No related tags found
1 merge request!199feature/web service deploy
Pipeline #17126 failed
......@@ -34,6 +34,7 @@ linux:
tags:
- linux
script:
- npm install web-service/server
- browserify web-service/public/js/index.js -o web-service/public/js/bundle.js
- rsync -vr --delete web-service/ nodejs@ftlab.utu.fi:/srv/nodejs/web-service
- ssh nodejs@ftlab.utu.fi -- "npm install web-service/server && pm2 restart web-service"
......
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