fix: update serialization for new state string type
This commit is contained in:
parent
83e9d3e8cf
commit
7fd6d55e71
6 changed files with 47 additions and 16 deletions
|
|
@ -14,9 +14,9 @@ pipeline:
|
|||
- 'docker_username'
|
||||
- 'docker_password'
|
||||
|
||||
deploy:
|
||||
image: 'curlimages/curl'
|
||||
secrets:
|
||||
- 'webhook'
|
||||
commands:
|
||||
- curl -XPOST --fail -s "$WEBHOOK"
|
||||
# deploy:
|
||||
# image: 'curlimages/curl'
|
||||
# secrets:
|
||||
# - 'webhook'
|
||||
# commands:
|
||||
# - curl -XPOST --fail -s "$WEBHOOK"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue