Files
MeowSpool/.gitea/workflows/ci.yml
T
Felipe 548feaeb71
Deploy to Coolify / deploy (push) Failing after 42s
feat: add CI workflow for deployment to Coolify
2026-03-19 23:02:33 -03:00

12 lines
275 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: Deploy to Coolify
on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to Coolify
run: |
curl —-request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header
Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'