From b80d3b77edba4ac000779fbdc475a8b4e91626dc Mon Sep 17 00:00:00 2001 From: Yera All Date: Sat, 4 Apr 2026 02:51:28 +0500 Subject: [PATCH] Assign build and deploy jobs to prod runner --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 308458a..bbedce9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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