stacked Zigbee2mqtt removed from portainer

This commit is contained in:
2024-12-01 18:31:11 +00:00
parent 89421f69db
commit c3d38369bd
2 changed files with 22 additions and 14 deletions

View File

@@ -1,13 +1,15 @@
name: Portainer stack zigbee2mqtt
on:
push:
paths:
- "services/zigbee2mqtt/**"
- ".gitea/workflows/**zigbee2mqtt**.yml"
jobs:
deploy:
runs-on: "vlan-casa_continous-deploy"
steps:
- name: Portainer stack zigbee2mqtt webhook
run: |
curl -X POST "${{secrets.PORTAINER_ZIGBEE2MQTT_WEBHOOK_URL}}"
# refactoring required stopped using portainer!
# for now using vscode with docker context connected to server and docker compose up
# name: Portainer stack zigbee2mqtt
# on:
# push:
# paths:
# - "services/zigbee2mqtt/**"
# - ".gitea/workflows/**zigbee2mqtt**.yml"
# jobs:
# deploy:
# runs-on: "vlan-casa_continous-deploy"
# steps:
# - name: Portainer stack zigbee2mqtt webhook
# run: |
# curl -X POST "${{secrets.PORTAINER_ZIGBEE2MQTT_WEBHOOK_URL}}"