diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index e8cfa12..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -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 }}