diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91c2b26..e8cfa12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,17 +1,17 @@ -# name: Build +name: Dokploy Build -# on: -# push: -# branches: [master] +on: + push: + branches: [master] -# jobs: -# build: -# name: Build -# runs-on: ubuntu-latest +jobs: + build: + name: Call Weebhook Dokploy + runs-on: ubuntu-latest -# steps: -# - uses: actions/checkout@v3 + steps: + - uses: actions/checkout@v3 -# - name: Call build in Dokploy -# if: success() -# run: curl -X GET ${{ secrets.BUILD_WEBHOOK_URL }} + - name: Call build in Dokploy + if: success() + run: curl -X GET ${{ secrets.BUILD_WEBHOOK_URL }}