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