15 lines
351 B
YAML
15 lines
351 B
YAML
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 }}" |