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 e47337b commit d9fdb20Copy full SHA for d9fdb20
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
if [[ "${{ github.event_name }}" == "release" ]]; then
28
DEPLOY_URL=$(vercel deploy --prod --token ${{ secrets.VERCEL_TOKEN_MY_PROJECT }} | tail -1)
29
else
30
- DEPLOY_URL=$(vercel deploy --staging --token ${{ secrets.VERCEL_TOKEN_MY_PROJECT }} | tail -1)
+ DEPLOY_URL=$(vercel deploy --pre --token ${{ secrets.VERCEL_TOKEN_MY_PROJECT }} | tail -1)
31
fi
32
echo "DEPLOYMENT_URL=${DEPLOY_URL}" >> $GITHUB_ENV
33
echo "Deployed to: $DEPLOY_URL"
0 commit comments