Skip to content

Commit

Permalink
ci: add api base url env to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
longwind48 committed Dec 15, 2024
1 parent e022209 commit cb95edd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/firebase-hosting-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
npm ci
npm install sharp
npm run build
- name: Debug
run: echo "API URL is $NEXT_PUBLIC_API_BASE_URL"
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -51,3 +53,4 @@ jobs:
entryPoint: ./frontend
env:
FIREBASE_CLI_EXPERIMENTS: webframeworks
NEXT_PUBLIC_API_BASE_URL: ${{ vars.NEXT_PUBLIC_API_BASE_URL }}

0 comments on commit cb95edd

Please sign in to comment.