Skip to content

Commit

Permalink
another try (remove inline GIT_COMMIT_SHA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Dec 16, 2020
1 parent 472c850 commit 006328c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-vercel-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# Store the output in a variable so we can extract metadata from it
echo "GIT_COMMIT_SHA" $GIT_COMMIT_SHA
echo "github.sha" ${{ github.sha }}
VERCEL_DEPLOYMENT_OUTPUT=`CUSTOMER_REF=${CUSTOMER_REF_TO_DEPLOY} GIT_COMMIT_SHA=${GIT_COMMIT_SHA} yarn deploy:customer --token $VERCEL_TOKEN`
VERCEL_DEPLOYMENT_OUTPUT=`CUSTOMER_REF=${CUSTOMER_REF_TO_DEPLOY} yarn deploy:customer --token $VERCEL_TOKEN`
# Extract the Vercel deployment url from the deployment output
VERCEL_DEPLOYMENT_URL=`echo $VERCEL_DEPLOYMENT_OUTPUT | egrep -o 'https?://[^ ]+.vercel.app'`
Expand Down

0 comments on commit 006328c

Please sign in to comment.