diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 0000000..ed8d267 --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -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 }}