fix: update serialization for new state string type

This commit is contained in:
Jef Roosens 2024-02-15 14:00:09 +01:00
parent 83e9d3e8cf
commit 7fd6d55e71
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
6 changed files with 47 additions and 16 deletions

View file

@ -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"