diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 0000000..1fb2666 --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -0,0 +1,15 @@ +name: Build e Deploy + +on: + push: + branches: [ "main", "master" ] + + +jobs: + build-and-deploy: + runs-on: ubuntu-latest + steps: + - name: Chamar Webhook do Coolify + run: | + curl -X GET "https://coolify.stackpanel.com.br/webhooks/source/gitea/events/manual" \ + -H "Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}" \ No newline at end of file