Update .gitea/workflows/deploy.yml
Some checks failed
deploy / deploy (push) Failing after 1s

This commit is contained in:
2024-08-04 00:09:39 +00:00
parent 128489835d
commit 62bb0b318f

View File

@@ -6,7 +6,6 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Portainer Webhook
uses: distributhor/workflow-webhook
with:
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
- name: Portainer webhook
run: |
curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}"