fix: correct quotation marks in CI deployment script
Deploy to Coolify / deploy (push) Failing after 2s
Deploy to Coolify / deploy (push) Failing after 2s
This commit is contained in:
@@ -9,4 +9,4 @@ jobs:
|
|||||||
- name: Deploy to Coolify
|
- name: Deploy to Coolify
|
||||||
run: |
|
run: |
|
||||||
curl —-request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header
|
curl —-request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header
|
||||||
‘Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
|
'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
|
||||||
Reference in New Issue
Block a user