chore(ci): remove old config
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
This commit is contained in:
parent
c3f554ff20
commit
17dcc1db06
1 changed files with 0 additions and 22 deletions
|
|
@ -1,22 +0,0 @@
|
|||
platform: 'linux/amd64'
|
||||
branches: 'main'
|
||||
|
||||
pipeline:
|
||||
docker:
|
||||
image: 'plugins/docker'
|
||||
settings:
|
||||
registry: 'git.rustybever.be'
|
||||
repo: 'git.rustybever.be/chewing_bever/lander'
|
||||
tag:
|
||||
- 'latest'
|
||||
mtu: 1300
|
||||
secrets:
|
||||
- 'docker_username'
|
||||
- 'docker_password'
|
||||
|
||||
deploy:
|
||||
image: 'curlimages/curl'
|
||||
secrets:
|
||||
- 'webhook_url'
|
||||
commands:
|
||||
- 'curl -XPOST -s --fail $WEBHOOK_URL'
|
||||
Loading…
Add table
Add a link
Reference in a new issue