Don't bother triggering the Coolify deployment
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 3m46s
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 3m46s
This commit is contained in:
parent
74966a23f6
commit
5b29791fe0
@ -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 }}
|
|
Loading…
Reference in New Issue
Block a user