Skip to content

Commit

Permalink
fix: url
Browse files Browse the repository at this point in the history
  • Loading branch information
tomanagle committed Sep 17, 2024
1 parent 18ea52b commit 084b26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: setup environment variables
run: |
touch .env
echo "DATABASE_URL=deploy" >> .env
echo "DATABASE_URL=libsql://example.turso.io" >> .env
echo "TURSO_AUTH_TOKEN=deploy" >> .env
echo "STRIPE_SECRET_KEY=deploy" >> .env
echo "NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=deploy" >> .env
Expand Down

0 comments on commit 084b26c

Please sign in to comment.