Files
casa/.gitea/workflows/services.wyoming.yml
Márcio Fernandes 662da99ef0
All checks were successful
deploy host / Deploy (push) Successful in 12s
Portainer stack nginx / deploy (push) Successful in 1s
Portainer stack wyoming / deploy (push) Successful in 1s
Portainer stack zigbee2mqtt / deploy (push) Successful in 1s
feat: using act runner with ansible
2024-11-02 20:58:31 +00:00

13 lines
339 B
YAML

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