Skip to content

Commit

Permalink
Merge branch 'dev' into 'beta'
Browse files Browse the repository at this point in the history
Revert "Merge branch...

See merge request voltaire/govtool-outcomes-pillar!25
  • Loading branch information
Emmanuel-Tyty committed Feb 7, 2025
2 parents 2f0f196 + 454d346 commit 420d0d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,15 @@ outcomes_mainnet_backend:
name: mainnet
url: https://$CI_PROJECT_PATH_SLUG.$AUTO_DEVOPS_DOMAIN
when: manual

outcomes_mainnet_govtool:
<<: *outcomes_govtool_deployment
stage: mainnet
rules:
- if: $CI_COMMIT_BRANCH == "beta" || $CI_COMMIT_BRANCH == "main"
environment:
name: mainnet
url: https://$CI_PROJECT_PATH_SLUG.$AUTO_DEVOPS_DOMAIN
when: manual


0 comments on commit 420d0d3

Please sign in to comment.