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