Skip to content

Commit

Permalink
fix(tests.yaml): change directory to examples/nextjs_edge instead of …
Browse files Browse the repository at this point in the history
…examples/nextjs for deployment
  • Loading branch information
chronark committed May 31, 2023
1 parent ab36634 commit d93ae2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ jobs:

- name: Deploy
run: |
pnpm --dir=examples/nextjs add @upstash/redis@${{needs.release.outputs.version}}
pnpm --dir=examples/nextjs_edge add @upstash/redis@${{needs.release.outputs.version}}
DEPLOYMENT_URL=$(npx vercel --token=${{ secrets.VERCEL_TOKEN }})
echo "DEPLOYMENT_URL=${DEPLOYMENT_URL}" >> $GITHUB_ENV
env:
Expand Down

0 comments on commit d93ae2f

Please sign in to comment.