From d5a3481678856bdf65f2062727d69ee132ba7c03 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sun, 23 Nov 2025 13:14:29 +0100 Subject: [PATCH] ci: remove manual deployment condition for production branch This change eliminates the manual deployment requirement in the CI/CD pipeline for the production branch, allowing for automatic deployments. It streamlines the deployment process, ensuring that changes to the production branch are deployed without additional approval steps. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1523777..4f2ad9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,4 +33,3 @@ deploy-to-prod: resource_group: prod rules: - if: $CI_DEFAULT_BRANCH == $CI_COMMIT_BRANCH - when: manual