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.
This commit is contained in:
@@ -33,4 +33,3 @@ deploy-to-prod:
|
||||
resource_group: prod
|
||||
rules:
|
||||
- if: $CI_DEFAULT_BRANCH == $CI_COMMIT_BRANCH
|
||||
when: manual
|
||||
|
||||
Reference in New Issue
Block a user