Change curl command to verbose mode for deploy
All checks were successful
Build and Deploy / build (push) Successful in 42s
Build and Deploy / Deploy to target (push) Successful in 5s

This commit is contained in:
Lorenzo Venerandi
2026-03-20 14:52:13 +01:00
committed by GitHub
parent d8d17f76c2
commit f6e8c475ff

View File

@@ -47,6 +47,6 @@ jobs:
exit 0
fi
echo "Triggering deploy endpoint..."
curl --fail -s -X POST \
curl --fail -v -X POST \
--user "${{ secrets.DEPLOY_USERNAME }}:${{ secrets.DEPLOY_PASSWORD }}" \
"${{ vars.DEPLOY_URL }}"