gitea actions for services
This commit is contained in:
11
.gitea/workflows/services.nginx.yml
Normal file
11
.gitea/workflows/services.nginx.yml
Normal 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}}"
|
||||
Reference in New Issue
Block a user