This commit is contained in:
12
.gitea/workflows/deploy.yml
Normal file
12
.gitea/workflows/deploy.yml
Normal 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 }}
|
||||||
Reference in New Issue
Block a user