Compare commits

..

No commits in common. "2b4bd176ab71e6d6d2b84f66ef7a9cceb4f8b803" and "9f59c7190c878bad4e24ee8329eeb897f29df8ce" have entirely different histories.

4 changed files with 2 additions and 19 deletions

View File

@ -138,15 +138,10 @@ services:
order: start-first order: start-first
gitea-runner: gitea-runner:
image: mathwave/sprint-repo:gitea-runner image: gitea/act_runner:nightly-dind-rootless
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /sprint-data:/sprint-data - /sprint-data:/sprint-data
environment:
GITEA_INSTANCE_URL: https://gitea.sprinthub.ru/
GITEA_RUNNER_REGISTRATION_TOKEN: $REGISTRATION_TOKEN_DEV
GITEA_RUNNER_NAME: dev
GITEA_RUNNER_LABELS: dev
deploy: deploy:
mode: replicated mode: replicated
placement: placement:

View File

@ -170,15 +170,10 @@ services:
order: start-first order: start-first
gitea-runner: gitea-runner:
image: mathwave/sprint-repo:gitea-runner image: gitea/act_runner:nightly-dind-rootless
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /sprint-data:/sprint-data - /sprint-data:/sprint-data
environment:
GITEA_INSTANCE_URL: https://gitea.sprinthub.ru/
GITEA_RUNNER_REGISTRATION_TOKEN: $REGISTRATION_TOKEN_PROD
GITEA_RUNNER_NAME: prod
GITEA_RUNNER_LABELS: prod
deploy: deploy:
mode: replicated mode: replicated
placement: placement:

View File

@ -28,8 +28,6 @@ build:
- docker push mathwave/sprint-repo:sprint-infra-nginx-dev - docker push mathwave/sprint-repo:sprint-infra-nginx-dev
- docker build -t mathwave/sprint-repo:sprint-infra-nginx-prod nginx/nginx-prod - docker build -t mathwave/sprint-repo:sprint-infra-nginx-prod nginx/nginx-prod
- docker push mathwave/sprint-repo:sprint-infra-nginx-prod - docker push mathwave/sprint-repo:sprint-infra-nginx-prod
- docker build -t mathwave/sprint-repo:gitea-runner gitea-runner
- docker push mathwave/sprint-repo:gitea-runner
deploy-dev: deploy-dev:
stage: deploy-dev stage: deploy-dev

View File

@ -1,5 +0,0 @@
FROM gitea/act_runner:nightly
RUN apk add docker
RUN apk add git
RUN apk add --no-cache nodejs