fix: correct quotation marks in CI deployment script
Deploy to Coolify / deploy (push) Failing after 2s

This commit is contained in:
2026-03-19 23:11:46 -03:00
parent 548feaeb71
commit e7b5e44dc5
+1 -1
View File
@@ -9,4 +9,4 @@ jobs:
- name: Deploy to Coolify
run: |
curl —-request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header
Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'