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