2022-05-05 09:35:19 +02:00
|
|
|
branches: [ 'dev' ]
|
2022-05-01 12:11:07 +02:00
|
|
|
platform: 'linux/amd64'
|
|
|
|
depends_on:
|
|
|
|
- 'docker'
|
|
|
|
|
|
|
|
skip_clone: true
|
|
|
|
|
|
|
|
pipeline:
|
|
|
|
webhooks:
|
|
|
|
image: 'curlimages/curl'
|
|
|
|
secrets:
|
|
|
|
- 'webhook_app'
|
|
|
|
- 'webhook_cron'
|
|
|
|
commands:
|
|
|
|
- 'curl -XPOST -s --fail $WEBHOOK_APP'
|
|
|
|
- 'curl -XPOST -s --fail $WEBHOOK_CRON'
|
2022-05-05 09:35:19 +02:00
|
|
|
when:
|
|
|
|
event: push
|