mirror of
https://github.com/AlessandroAcuna/Home.git
synced 2026-08-05 22:28:20 +00:00
Change curl command to verbose mode for deploy
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user