From 11208d882f8f654724faae06aabe1b7d8a8a5d3a Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" Date: Sun, 4 Aug 2024 19:29:31 +0000 Subject: [PATCH] Update .gitea/workflows/.default.yml --- .gitea/workflows/.default.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitea/workflows/.default.yml b/.gitea/workflows/.default.yml index e69de29..7962d2a 100644 --- a/.gitea/workflows/.default.yml +++ b/.gitea/workflows/.default.yml @@ -0,0 +1,10 @@ +ame: deploy +on: [push] + +jobs: + deploy: + runs-on: "homesrv01" + steps: + - name: Portainer webhook + run: | + curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}" \ No newline at end of file