Hopefully fixed ci yaml
parent
a69f614129
commit
799d0d4711
|
@ -12,7 +12,8 @@ pipeline:
|
|||
secrets:
|
||||
- 'docker_username'
|
||||
- 'docker_password'
|
||||
when: tag
|
||||
when:
|
||||
event: tag
|
||||
|
||||
deploy:
|
||||
image: 'curlimages/curl'
|
||||
|
@ -20,4 +21,5 @@ pipeline:
|
|||
- 'webhook'
|
||||
commands:
|
||||
- curl -XPOST --fail -s "$WEBHOOK"
|
||||
when: tag
|
||||
when:
|
||||
event: tag
|
||||
|
|
Loading…
Reference in New Issue