fix: git actions CI(CD

This commit is contained in:
2024-08-26 20:18:23 +01:00
parent 9ec3198be1
commit 1d90d299a1
3 changed files with 13 additions and 10 deletions

View File

@@ -1,8 +1,9 @@
name: deploy host name: deploy host
on: [push] on:
paths_ignore: push:
- services/** paths_ignore:
- docs/** - services/**
- docs/**
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -1,7 +1,8 @@
name: Portainer stack nginx name: Portainer stack nginx
on: [push] on:
paths: push:
- services/nginx/** paths:
- services/nginx/**
jobs: jobs:
deploy: deploy:
runs-on: "homesrv01" runs-on: "homesrv01"

View File

@@ -1,7 +1,8 @@
name: Portainer stack wyoming name: Portainer stack wyoming
on: [push] on:
paths: push:
- services/wyoming/** paths:
- services/wyoming/**
jobs: jobs:
deploy: deploy:
runs-on: "homesrv01" runs-on: "homesrv01"