Hopefully fixed ci yaml
This commit is contained in:
parent
a69f614129
commit
799d0d4711
1 changed files with 4 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue