Update web-deploy.yml

This commit is contained in:
Matt DiMeglio 2025-06-11 13:31:26 -04:00 committed by GitHub
parent 721c5a85be
commit 7b255e7543
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,5 +69,6 @@ jobs:
steps: steps:
- name: Deploy to Coolify - name: Deploy to Coolify
run: | run: |
echo ${{ needs.determine-workflow.outputs.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 }}'