Skip to content

Commit

Permalink
Fix CI env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Jan 20, 2025
1 parent 031465e commit c87b560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ env:
NX_CLOUD_DISTRIBUTED_EXECUTION: false
NX_PUBLIC_AMPLITUDE_KEY: ${{ secrets.NX_PUBLIC_AMPLITUDE_KEY }}
NX_PUBLIC_ROLLBAR_KEY: ${{ secrets.NX_PUBLIC_ROLLBAR_KEY }}
NEXT_PUBLIC_CLIENT_URL: 'http://localhost:3333/app'
NEXT_PUBLIC_SERVER_URL: 'http://localhost:3333'
NX_PUBLIC_CLIENT_URL: 'http://localhost:3333/app'
NX_PUBLIC_SERVER_URL: 'http://localhost:3333'

jobs:
# Build application
Expand Down

0 comments on commit c87b560

Please sign in to comment.