Files
casa/.gitea/workflows/services.wyoming.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
312 B
YAML

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