From c10e51a0608a79c7112090551f2360bb14b0ad07 Mon Sep 17 00:00:00 2001 From: LeoMortari Date: Mon, 15 Sep 2025 01:02:34 -0300 Subject: [PATCH] Remove build.yml --- .github/workflows/build.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/build.yml 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 }}