Skip to content

Commit e47337b

Browse files
Remove debug output from deployment log in CI workflow
1 parent 9abc2d1 commit e47337b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
else
3030
DEPLOY_URL=$(vercel deploy --staging --token ${{ secrets.VERCEL_TOKEN_MY_PROJECT }} | tail -1)
3131
fi
32-
cat deployment.log # Debug output
3332
echo "DEPLOYMENT_URL=${DEPLOY_URL}" >> $GITHUB_ENV
3433
echo "Deployed to: $DEPLOY_URL"
3534
env:

0 commit comments

Comments
 (0)