Update web-deploy-prod.yml
This commit is contained in:
parent
341a5dad74
commit
12af49553b
1 changed files with 0 additions and 1 deletions
1
.github/workflows/web-deploy-prod.yml
vendored
1
.github/workflows/web-deploy-prod.yml
vendored
|
|
@ -84,6 +84,5 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy to Coolify
|
- name: Deploy to Coolify
|
||||||
run: |
|
run: |
|
||||||
echo ${{ inputs.workflow_type }}
|
|
||||||
curl --request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
|
curl --request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue