diff --git a/.woodpecker.yml b/.woodpecker.yml deleted file mode 100644 index 83600f1..0000000 --- a/.woodpecker.yml +++ /dev/null @@ -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'