From 959a16ed81935bd3abee074c7da443cdd0e89a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 2 Nov 2024 23:23:35 +0000 Subject: [PATCH] fix correct runs on --- .gitea/workflows/deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d22e0b7..e05421b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -25,6 +25,10 @@ jobs: push: true tags: git.limbosolutions.com/marcio.fernandes/mosquitto:latest + notify-portainer: + needs: deploy + runs-on: "vlan-casa_actrunner" + steps: - name: Invoke portainer mosquitto service webhook run: | - curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}" \ No newline at end of file + curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}"