Files
casa/.gitea/workflows/services.nginx.yml

12 lines
260 B
YAML

name: Portainer stack nginx
on:
push:
paths:
- services/nginx/**
jobs:
deploy:
runs-on: "homesrv01"
steps:
- name: Portainer stack nginx webhook
run: |
curl -X POST "${{secrets.PORTAINER_NGINX_WEBHOOK_URL}}"