Assign build and deploy jobs to prod runner

This commit is contained in:
Yera All
2026-04-04 02:51:28 +05:00
parent 6f1820e2ab
commit b80d3b77ed
+4
View File
@@ -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