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

This commit is contained in:
2024-08-04 00:05:07 +00:00
parent 34cc927b46
commit 128489835d

View File

@@ -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 }}