Skip to content

Commit

Permalink
ci: don't swallow error in "Prepare Environment from Latest Deploymen…
Browse files Browse the repository at this point in the history
…t Context"
  • Loading branch information
danielattilasimon committed Apr 12, 2024
1 parent 7f71140 commit aae0709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testnet-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
run: |
test -f ./deployment-context-latest.json &&
cat ./deployment-context-latest.json |
pnpm tsx contracts/utils/deployment-artifacts-to-next-env.ts |
tee ./frontend/.env.local
pnpm tsx contracts/utils/deployment-artifacts-to-next-env.ts > ./frontend/.env.local &&
cat ./frontend/.env.local
- name: Build Project Artifacts
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit aae0709

Please sign in to comment.