Don't bother triggering the Coolify deployment
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 3m46s

This commit is contained in:
Lewis Dale 2024-11-12 09:29:55 +00:00
parent 74966a23f6
commit 5b29791fe0

View File

@ -1,16 +0,0 @@
name: Trigger deploy
on:
schedule:
- cron: '5 * * * *'
jobs:
trigger-deploy:
runs-on: ubuntu-latest
steps:
- name: Trigger deploy
run: |
curl -X GET ${DEPLOY_ENDPOINT} -H "Authorization: Bearer ${COOLIFY_TOKEN}"
shell: bash
env:
DEPLOY_ENDPOINT: ${{ secrets.DEPLOY_ENDPOINT }}
COOLIFY_TOKEN: ${{ secrets.COOLIFY_TOKEN }}