Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBack authored Jun 7, 2023
1 parent 473fafa commit bc0be6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ deploy-prod:
needs:
- docker-prod
script:
- curl -X POST $PORTAINER_WEBHOOK_URL
- curl -X POST $PORTAINER_WEBHOOK_URL_PROD
rules:
- if: $CI_COMMIT_TAG

Expand All @@ -97,6 +97,6 @@ deploy-staging:
needs:
- docker-nightly
script:
- curl -X POST $PORTAINER_WEBHOOK_URL
- curl -X POST $PORTAINER_WEBHOOK_URL_STAGING
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH

0 comments on commit bc0be6b

Please sign in to comment.