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 3f84f7c commit b045fceCopy full SHA for b045fce
.github/workflows/deploy.yml
@@ -90,6 +90,7 @@ jobs:
90
else
91
echo "Deploying to feature environment"
92
npx vercel deploy --prebuilt --yes --target=staging --token $VERCEL_TOKEN
93
+ fi
94
env:
95
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
96
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
0 commit comments