diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..9078e69 --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,12 @@ +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 }}' \ No newline at end of file