Skip to content

Commit

Permalink
Deploying staging on tags (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantcornholio authored Aug 21, 2024
1 parent e0570ad commit 4dbe297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ variables:
.deploy-stg-refs: &deploy-stg-refs
rules:
- if: $CI_COMMIT_REF_NAME == "main" # on commits to main branch
- if: $CI_COMMIT_REF_NAME =~ /^stg-v[0-9]+\.[0-9]+.*$/ # on staging tags

.deploy-prod-refs: &deploy-prod-refs
rules:
Expand Down

0 comments on commit 4dbe297

Please sign in to comment.