Update .gitea/workflows/docker-tests.yml
Some checks failed
deploy / deploy (push) Failing after 2s
deploy zigbee2mqtt / deploy (push) Successful in 2s

This commit is contained in:
2024-08-06 23:06:58 +00:00
parent f571b348c0
commit fd0475733f
2 changed files with 20 additions and 1 deletions

View File

@@ -1 +0,0 @@
a

View File

@@ -0,0 +1,20 @@
name: docker-tests
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
jobs:
deploy:
runs-on: "homesrv01"
steps:
- name: notify zigbee2mqtt service
run: |
curl -X POST "${{secrets.PORTAINER_STACKS_ZIGBEE2MQTT_WEBHOOK_URL}}"
# - name: notify wyoming service
# run: |
# curl -X POST "${{secrets.PORTAINER_STACKS_WYOMING_WEBHOOK_URL}}"