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,5 +1,6 @@
name: deploy host name: deploy host
on: [push] on:
push:
paths_ignore: paths_ignore:
- services/** - services/**
- docs/** - docs/**

View File

@@ -1,5 +1,6 @@
name: Portainer stack nginx name: Portainer stack nginx
on: [push] on:
push:
paths: paths:
- services/nginx/** - services/nginx/**
jobs: jobs:

View File

@@ -1,5 +1,6 @@
name: Portainer stack wyoming name: Portainer stack wyoming
on: [push] on:
push:
paths: paths:
- services/wyoming/** - services/wyoming/**
jobs: jobs: