From 128489835d13e46f78c6153ea570b0d135e7bf01 Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" Date: Sun, 4 Aug 2024 00:05:07 +0000 Subject: [PATCH] Add .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/deploy.yml diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 0000000..ed8d267 --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -0,0 +1,12 @@ +name: deploy +run-name: ${{ gitea.actor }} +on: [push] + +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - name: Portainer Webhook + uses: distributhor/workflow-webhook + with: + url: ${{ secrets.PORTAINER_WEBHOOK_URL }}