Skip to content

Commit

Permalink
Merge pull request #26 from paritytech/mak/deploy-stage
Browse files Browse the repository at this point in the history
make automatic staging deployments
  • Loading branch information
mordamax committed Sep 12, 2022
2 parents d3e37ff + c7dbd6b commit 924b980
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 @@ -35,6 +35,7 @@ default:

.staging-refs: &staging-refs
rules:
- if: $CI_COMMIT_REF_NAME == "master"
- if: $CI_COMMIT_REF_NAME =~ /^stg-v[0-9]+\.[0-9]+.*$/ # e.g. stg-v0.1

.production-refs: &production-refs
Expand Down

0 comments on commit 924b980

Please sign in to comment.