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