This commit is contained in:
@@ -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 }}'
|
||||
Reference in New Issue
Block a user