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: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Portainer Webhook - name: Portainer webhook
uses: distributhor/workflow-webhook run: |
with: curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}"
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}