Skip to content

Commit

Permalink
ci: add staging api env
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Aug 12, 2024
1 parent b4d4309 commit 348a21a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ jobs:
with:
path: ./.next/
key: ${{ github.sha }}-build
env:
NEXT_PUBLIC_API_URL: https://staging.api.boklisten.no/
NEXT_PUBLIC_BL_WEB_URL: https://staging.boklisten.no/
NEXT_PUBLIC_BL_ADMIN_URL: https://staging.bladmin.boklisten.no/
# tests:
# runs-on: ubuntu-latest
# needs: [build]
Expand Down

0 comments on commit 348a21a

Please sign in to comment.