Skip to content

Commit

Permalink
ci(frontend-to-pages): should access NUXT_PUBLIC_FRONTEND_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
NamesMT committed Jun 8, 2024
1 parent ed0560f commit c2b9540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
TURBO_REMOTE_ONLY: true
NUXT_PUBLIC_FRONTEND_URL: ${{ vars.NUXT_PUBLIC_FRONTEND_URL }}
NUXT_PUBLIC_BACKEND_URL: ${{ vars.NUXT_PUBLIC_BACKEND_URL }}

runs-on: ubuntu-latest
Expand Down

0 comments on commit c2b9540

Please sign in to comment.