Update .gitea/workflows/.default.yml
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
ame: deploy
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: "homesrv01"
|
||||
steps:
|
||||
- name: Portainer webhook
|
||||
run: |
|
||||
curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}"
|
||||
Reference in New Issue
Block a user