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:
push:
paths_ignore:
- services/**
- docs/**
- "services/**"
- "docs/**"
- ".gitea/workflows/**services**.yml"
jobs:
build:
runs-on: ubuntu-latest

View File

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

View File

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

View File

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