Implementado workflows para o gitea.

This commit is contained in:
zyperch
2026-05-30 23:52:35 -03:00
parent 40f71bc2df
commit 039bf13882

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