Assign build and deploy jobs to prod runner
This commit is contained in:
@@ -86,6 +86,8 @@ postgres-readiness:
|
|||||||
PY
|
PY
|
||||||
|
|
||||||
.docker_build:
|
.docker_build:
|
||||||
|
tags:
|
||||||
|
- call-center-prod
|
||||||
image: docker:27
|
image: docker:27
|
||||||
services:
|
services:
|
||||||
- name: docker:27-dind
|
- name: docker:27-dind
|
||||||
@@ -141,6 +143,8 @@ build-asterisk-image:
|
|||||||
|
|
||||||
deploy-production:
|
deploy-production:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
tags:
|
||||||
|
- call-center-prod
|
||||||
image: alpine:3.21
|
image: alpine:3.21
|
||||||
needs:
|
needs:
|
||||||
- build-app-image
|
- build-app-image
|
||||||
|
|||||||
Reference in New Issue
Block a user