Add build pipeline
Some checks failed
Dokploy Build / Call Weebhook Dokploy (push) Has been cancelled
Some checks failed
Dokploy Build / Call Weebhook Dokploy (push) Has been cancelled
This commit is contained in:
26
.github/workflows/build.yml
vendored
26
.github/workflows/build.yml
vendored
@@ -1,17 +1,17 @@
|
|||||||
# name: Build
|
name: Dokploy Build
|
||||||
|
|
||||||
# on:
|
on:
|
||||||
# push:
|
push:
|
||||||
# branches: [master]
|
branches: [master]
|
||||||
|
|
||||||
# jobs:
|
jobs:
|
||||||
# build:
|
build:
|
||||||
# name: Build
|
name: Call Weebhook Dokploy
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
# steps:
|
steps:
|
||||||
# - uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# - name: Call build in Dokploy
|
- name: Call build in Dokploy
|
||||||
# if: success()
|
if: success()
|
||||||
# run: curl -X GET ${{ secrets.BUILD_WEBHOOK_URL }}
|
run: curl -X GET ${{ secrets.BUILD_WEBHOOK_URL }}
|
||||||
|
|||||||
Reference in New Issue
Block a user