Fix curl command syntax in deployment workflow

This commit is contained in:
Matt DiMeglio 2026-01-19 13:51:14 -05:00 committed by GitHub
parent 31dade87ed
commit 4f66a0169b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,5 +90,5 @@ jobs:
steps: steps:
- name: Deploy to Coolify - name: Deploy to Coolify
run: | run: |
curl --request GET '${{ secrets.COOLIFY_WEBHOOK_API }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}' curl -X --request GET '${{ secrets.COOLIFY_WEBHOOK_API }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'