forked from vieter-v/vieter
chore(ci): refactor ci configs a bit
This commit is contained in:
parent
95d32e2d51
commit
847d77b2bc
10 changed files with 28 additions and 10 deletions
|
|
@ -1,18 +0,0 @@
|
|||
branches: [ 'dev' ]
|
||||
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'
|
||||
when:
|
||||
event: push
|
||||
Loading…
Add table
Add a link
Reference in a new issue