Skip to content

Commit bc0be6b

Browse files
authored
Update .gitlab-ci.yml
1 parent 473fafa commit bc0be6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ deploy-prod:
8282
needs:
8383
- docker-prod
8484
script:
85-
- curl -X POST $PORTAINER_WEBHOOK_URL
85+
- curl -X POST $PORTAINER_WEBHOOK_URL_PROD
8686
rules:
8787
- if: $CI_COMMIT_TAG
8888

@@ -97,6 +97,6 @@ deploy-staging:
9797
needs:
9898
- docker-nightly
9999
script:
100-
- curl -X POST $PORTAINER_WEBHOOK_URL
100+
- curl -X POST $PORTAINER_WEBHOOK_URL_STAGING
101101
rules:
102102
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH

0 commit comments

Comments
 (0)