Merge pull request 'Implementado workflows para o gitea.' (#3) from develop into master
All checks were successful
Build e Deploy / build-and-deploy (push) Successful in 1m5s

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2026-05-31 02:53:06 +00:00

View File

@@ -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 }}"