Deploy every build to a server using Gitlab CI
I've set up my own Gitlab server with one project and a Gitlab runner configured for it. I'm new to continuous integration server and therefore don't know how to accomplish the following. Every time I commit to the master branch of my project I would like to deploy the repository to another server and run two shell-commands there ( npm install and forever restartall ) How would I do this? Do I need a runner on the machine which the project is deployed to as well? michael You could use gitlab-ci and gitlab-runner [runners.ssh] to deploy to single or mutiple servers. the flow: (git_project with