@@ -1,13 +0,0 @@
|
||||
name: Portainer stack nginx
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "services/nginx/**"
|
||||
- ".gitea/workflows/**nginx**.yml"
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: "homesrv01"
|
||||
steps:
|
||||
- name: Portainer stack nginx webhook
|
||||
run: |
|
||||
curl -X POST "${{secrets.PORTAINER_NGINX_WEBHOOK_URL}}"
|
||||
Reference in New Issue
Block a user