fix(ci): proper constraints
parent
5181986934
commit
c3f554ff20
|
@ -14,4 +14,5 @@ pipeline:
|
||||||
secrets:
|
secrets:
|
||||||
- 'docker_username'
|
- 'docker_username'
|
||||||
- 'docker_password'
|
- 'docker_password'
|
||||||
event: tag
|
when:
|
||||||
|
event: tag
|
||||||
|
|
|
@ -13,7 +13,8 @@ pipeline:
|
||||||
secrets:
|
secrets:
|
||||||
- 'docker_username'
|
- 'docker_username'
|
||||||
- 'docker_password'
|
- 'docker_password'
|
||||||
event: push
|
when:
|
||||||
|
event: push
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: 'curlimages/curl'
|
image: 'curlimages/curl'
|
||||||
|
@ -21,4 +22,5 @@ pipeline:
|
||||||
- 'webhook_url'
|
- 'webhook_url'
|
||||||
commands:
|
commands:
|
||||||
- 'curl -XPOST -s --fail $WEBHOOK_URL'
|
- 'curl -XPOST -s --fail $WEBHOOK_URL'
|
||||||
event: push
|
when:
|
||||||
|
event: push
|
||||||
|
|
Loading…
Reference in New Issue