Skip to content

Commit

Permalink
fix: env loading
Browse files Browse the repository at this point in the history
  • Loading branch information
fredshema committed Jul 24, 2024
1 parent d1e21a6 commit 598460b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --build-arg $NEXT_PUBLIC_SUPABASE_URL --build-arg $NEXT_PUBLIC_SUPABASE_ANON_KEY
- run: flyctl deploy --remote-only --build-arg NEXT_PUBLIC_SUPABASE_URL=$NEXT_PUBLIC_SUPABASE_URL --build-arg NEXT_PUBLIC_SUPABASE_ANON_KEY=$NEXT_PUBLIC_SUPABASE_ANON_KEY
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
NEXT_PUBLIC_SUPABASE_URL: ${{ secrets.NEXT_PUBLIC_SUPABASE_URL }}
Expand Down

0 comments on commit 598460b

Please sign in to comment.