fix(ci): proper constraints
All checks were successful
All checks were successful
This commit is contained in:
parent
5181986934
commit
c3f554ff20
2 changed files with 6 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue