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.
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.
I started a docker container gitlab-ci-runner, and then register a runner using docker as executor, using node:latest as docker images.
But when i push commit to gitlab,I got this error: