mirror of
https://github.com/Ninluc/Dat_Boi.git
synced 2026-08-05 05:57:35 +02:00
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
name: Dat_Boi upload to portainer
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Deploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Send webhook to portainer
|
||||||
|
run: "curl -X POST -H 'Content-Type: application/json' -d '' http://172.23.0.1:20000/api/stacks/webhooks/6dbf44ed-eab0-4d52-a633-309d21ffd8c1"
|
||||||
Reference in New Issue
Block a user