From eaccebed05bb99be8e08d5199d160b2c0327e372 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Fri, 20 Dec 2024 16:39:51 +0100 Subject: [PATCH] Made deploy job --- .gitea/workflows/deploy.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/deploy.yaml diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml new file mode 100644 index 0000000..568dff0 --- /dev/null +++ b/.gitea/workflows/deploy.yaml @@ -0,0 +1,9 @@ +name: Dat_Boi upload to portainer +on: [push] + +jobs: + Deploy: + runs-on: ubuntu-latest + steps: + - name: Send webhook to portainer + run: "curl -X POST -H 'Content-Type: application/json' -d '' http://172.23.0.1:20000/api/stacks/webhooks/6dbf44ed-eab0-4d52-a633-309d21ffd8c1" \ No newline at end of file