mirror of
https://github.com/AlessandroAcuna/Home.git
synced 2026-03-21 23:09:59 +00:00
Change curl command to verbose mode for deploy
This commit is contained in:
committed by
GitHub
parent
d8d17f76c2
commit
f6e8c475ff
@@ -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