chore(ci): don't deploy on release build
parent
7f2a45c37a
commit
5faa2a4655
|
@ -15,11 +15,3 @@ pipeline:
|
|||
- 'docker_username'
|
||||
- 'docker_password'
|
||||
event: tag
|
||||
|
||||
deploy:
|
||||
image: 'curlimages/curl'
|
||||
secrets:
|
||||
- 'webhook_url'
|
||||
commands:
|
||||
- 'curl -XPOST -s --fail $WEBHOOK_URL'
|
||||
event: tag
|
||||
|
|
Loading…
Reference in New Issue