From 499843ca324aa0cc719049d07e07927fa3f21cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Thu, 28 Dec 2023 18:53:29 -0500 Subject: [PATCH] refactor(ci): prevent concurrent executions with resource_group --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0730de..8b5c5fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,7 @@ build_stage: # define the deploy stage deploy_staging: stage: deploy + resource_group: staging environment: name: staging url: https://next.rockfic.com @@ -55,6 +56,7 @@ deploy_staging: - tags deploy_production: stage: deploy + resource_group: production environment: name: production url: https://www.rockfic.com