We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62b9f1 commit 077a4c7Copy full SHA for 077a4c7
1 file changed
.github/workflows/deploy-vercel.yml
@@ -46,7 +46,7 @@ jobs:
46
47
# 2) If deploy failed, Redeploy using URL
48
if [ $EXIT_CODE -ne 0 ]; then
49
- echo "❗️ Initial deployment failed (exit code=$EXIT_CODE). Redeploying: $DEPLOY_URL"
+ echo "❗️ Initial deployment failed (exit code=$EXIT_CODE). Redeploying"
50
npx vercel redeploy "$DEPLOY_URL" \
51
--token "$VERCEL_TOKEN" \
52
--scope "$VERCEL_ORG_ID"
0 commit comments