workflows

This commit is contained in:
Yongjie Xu
2025-08-29 14:26:44 +08:00
parent 84adc503e3
commit d7a8dbda15
2 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
name: Trigger Portainer Redeploy
on:
push:
branches:
- main
jobs:
redeploy:
runs-on: ubuntu-22.04
steps:
- name: Trigger Portainer Webhook
run: |
curl -X POST ${{ secrets.PORTAINER_WEBHOOK_URL }}