Loading README.md +2 −3 Original line number Diff line number Diff line Loading @@ -11,9 +11,8 @@ dockerd socket mounted inside the container). ## Usage First of all, get the registration token from https://git.shore.co.il/admin/runners. To build and run on `ns4.shore.co.il`, just run: First, get the registration token from https://git.shore.co.il/admin/runners. To build and run on `ns4.shore.co.il`, just run: ``` DOCKER_HOST=ssh://ns4.shore.co.il docker-compose build && DOCKER_HOST=ssh://ns4.shore.co.il REGISTRATION_TOKEN='INSERT_TOKEN' RUNNER_NAME=ns4.shore.co.il REGISTER_RUN_UNTAGGED="true" docker-compose up -d ``` Loading .gitlab-ci.yml +3 −3 File changed.Contains only whitespace changes. Show changes Loading
README.md +2 −3 Original line number Diff line number Diff line Loading @@ -11,9 +11,8 @@ dockerd socket mounted inside the container). ## Usage First of all, get the registration token from https://git.shore.co.il/admin/runners. To build and run on `ns4.shore.co.il`, just run: First, get the registration token from https://git.shore.co.il/admin/runners. To build and run on `ns4.shore.co.il`, just run: ``` DOCKER_HOST=ssh://ns4.shore.co.il docker-compose build && DOCKER_HOST=ssh://ns4.shore.co.il REGISTRATION_TOKEN='INSERT_TOKEN' RUNNER_NAME=ns4.shore.co.il REGISTER_RUN_UNTAGGED="true" docker-compose up -d ``` Loading