13
.gitea/workflows/services.wyoming.yml.disabled
Normal file
13
.gitea/workflows/services.wyoming.yml.disabled
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Portainer stack wyoming
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "services/wyoming/**"
|
||||
- ".gitea/workflows/**wyoming**.yml"
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: "homesrv01"
|
||||
steps:
|
||||
- name: Portainer stack wyoming webhook
|
||||
run: |
|
||||
curl -X POST "${{secrets.PORTAINER_WYOMING_WEBHOOK_URL}}"
|
||||
Reference in New Issue
Block a user