Files
casa/.gitea/workflows/services.nginx.yml
Márcio Fernandes 3c0dd3b01f
All checks were successful
Portainer stack nginx / deploy (push) Successful in 5s
Portainer stack wyoming / deploy (push) Successful in 5s
Portainer stack zigbee2mqtt / deploy (push) Successful in 5s
CI/CD
2024-08-26 20:39:12 +01:00

13 lines
302 B
YAML

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}}"