Files
casa/.gitea/workflows/services.nginx.yml
Workflow config file is invalid. Please check your config file: yaml: line 2: did not find expected key

11 lines
255 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}}"