CI/CD
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

This commit is contained in:
2024-08-26 20:39:12 +01:00
parent ce522b3d3a
commit 3c0dd3b01f
7 changed files with 14 additions and 9 deletions

View File

@@ -2,8 +2,9 @@ name: deploy host
on: on:
push: push:
paths_ignore: paths_ignore:
- services/** - "services/**"
- docs/** - "docs/**"
- ".gitea/workflows/**services**.yml"
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -2,7 +2,8 @@ name: Portainer stack nginx
on: on:
push: push:
paths: paths:
- services/nginx/** - "services/nginx/**"
- ".gitea/workflows/**nginx**.yml"
jobs: jobs:
deploy: deploy:
runs-on: "homesrv01" runs-on: "homesrv01"

View File

@@ -2,7 +2,8 @@ name: Portainer stack wyoming
on: on:
push: push:
paths: paths:
- services/wyoming/** - "services/wyoming/**"
- ".gitea/workflows/**wyoming**.yml"
jobs: jobs:
deploy: deploy:
runs-on: "homesrv01" runs-on: "homesrv01"

View File

@@ -2,7 +2,8 @@ name: Portainer stack zigbee2mqtt
on: on:
push: push:
paths: paths:
- services/zigbee2mqtt/** - "services/zigbee2mqtt/**"
- ".gitea/workflows/**zigbee2mqtt**.yml"
jobs: jobs:
deploy: deploy:
runs-on: "homesrv01" runs-on: "homesrv01"

View File

@@ -25,4 +25,5 @@ networks:
external: true external: true
private: private:
name: reverseproxy_private name: reverseproxy_private
external: true external: true

View File

@@ -20,5 +20,4 @@ services:
- TZ=Europe/Lisbon - TZ=Europe/Lisbon
volumes: volumes:
whisper_data: whisper_data:
piper_data: piper_data:

View File

@@ -16,4 +16,5 @@ services:
# Make sure this matched your adapter location # Make sure this matched your adapter location
- /dev/ttyUSB0:/dev/ttyUSB0 - /dev/ttyUSB0:/dev/ttyUSB0
volumes: volumes:
data: data: