.
All checks were successful
deploy / deploy (push) Successful in 3s

This commit is contained in:
2024-08-24 00:18:22 +01:00
parent bc604c8b4c
commit 63c5f4e1f6
5 changed files with 10 additions and 56 deletions

View File

@@ -1,16 +0,0 @@
name: deploy
on: [push]
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}}"

View File

@@ -1,22 +0,0 @@
name: docker-tests
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Test scenario tags'
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}}"

View File

@@ -1,14 +1,5 @@
name: deploy zigbee2mqtt
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Test scenario tags'
name: deploy
on: [push]
jobs:
deploy:
runs-on: "homesrv01"

3
.gitignore vendored
View File

@@ -4,4 +4,5 @@ services/mosquitto
lib/*
lib2/*
services/zigbee2mqtt/volumes/*
*.env
*.env
.vscode/settings.json

View File

@@ -15,8 +15,8 @@ services:
- code-server_root:/root
- has_config:/config/workspace/host/repos/homesrv01.dev.lan/services/has/volumes/config
- ./../nginx/volumes/nginx_conf:/config/workspace/host/repos/homesrv01.dev.lan/services/nginx/volumes/nginx_conf
- mosquitto_config:/config/workspace/host/repos/homesrv01.dev.lan/services/mosquitto/volumes/config
- mosquitto_data:/config/workspace/host/repos/homesrv01.dev.lan/services/mosquitto/volumes/data
#- mosquitto_config:/config/workspace/host/repos/homesrv01.dev.lan/services/mosquitto/volumes/config
#- mosquitto_data:/config/workspace/host/repos/homesrv01.dev.lan/services/mosquitto/volumes/data
- zigbee2mqtt_data:/config/workspace/host/repos/homesrv01.dev.lan/services/zigbee2mqtt/volumes/data
- hostfs:/mnt/hostfs
networks:
@@ -36,10 +36,10 @@ volumes:
external: true
hostfs:
external: true
mosquitto_config:
external: true
mosquitto_data:
external: true
#mosquitto_config:
# external: true
#mosquitto_data:
# external: true
networks:
code:
reverseproxy_public: