gitea actions for services

This commit is contained in:
2024-08-26 20:14:59 +01:00
parent 327f0c1626
commit bd335cb275
4 changed files with 30 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
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}}"