Compare commits
No commits in common. "2b4bd176ab71e6d6d2b84f66ef7a9cceb4f8b803" and "9f59c7190c878bad4e24ee8329eeb897f29df8ce" have entirely different histories.
2b4bd176ab
...
9f59c7190c
@ -138,15 +138,10 @@ services:
|
||||
order: start-first
|
||||
|
||||
gitea-runner:
|
||||
image: mathwave/sprint-repo:gitea-runner
|
||||
image: gitea/act_runner:nightly-dind-rootless
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /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:
|
||||
mode: replicated
|
||||
placement:
|
||||
|
@ -170,15 +170,10 @@ services:
|
||||
order: start-first
|
||||
|
||||
gitea-runner:
|
||||
image: mathwave/sprint-repo:gitea-runner
|
||||
image: gitea/act_runner:nightly-dind-rootless
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /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:
|
||||
mode: replicated
|
||||
placement:
|
||||
|
@ -28,8 +28,6 @@ build:
|
||||
- docker push mathwave/sprint-repo:sprint-infra-nginx-dev
|
||||
- docker build -t mathwave/sprint-repo:sprint-infra-nginx-prod nginx/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:
|
||||
stage: deploy-dev
|
||||
|
@ -1,5 +0,0 @@
|
||||
FROM gitea/act_runner:nightly
|
||||
|
||||
RUN apk add docker
|
||||
RUN apk add git
|
||||
RUN apk add --no-cache nodejs
|
Loading…
Reference in New Issue
Block a user