Skip to content

Commit

Permalink
yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
dwivedisachin committed Feb 20, 2025
1 parent c3e66e3 commit 2cb110d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-vcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
sed -i "s/<DOMAIN>/${DOMAIN}/g" "${{ github.workspace }}/vcr-gha.yml"
# removing .vcrignore temporarily
rm .vcrignore
yarn build
vcr deploy --filename vcr-gha.yml --app-id ${{secrets.APP_ID}} --api-key ${{ secrets.VCR_API_KEY }} --api-secret ${{ secrets.VCR_API_SECRET }} --region aws.euw1 --graphql-endpoint https://graphql.euw1.runtime.vonage.cloud/v1/graphql --timeout=15m 2>&1 | tee deploy-vcr-logs.log
echo "Checking if the deploy job is successful"
if grep -Fxq '| Instance has been deployed!' ./deploy-vcr-logs.log ; then
Expand Down

0 comments on commit 2cb110d

Please sign in to comment.