Skip to content

Commit

Permalink
ci: define environment variables for astro build
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloose committed Nov 26, 2023
1 parent 53bacbb commit b8a4b96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ concurrency:

env:
BUILD_PATH: "./frontend"
PUBLIC_INTERLINKER_WS_API: ${{ vars.ASTRO_PUBLIC_INTERLINKER_WS_API }} # "ws://127.0.0.1:3030"
PUBLIC_VENNBASE_API: ${{ vars.ASTRO_PUBLIC_VENNBASE_API }} # "http://127.0.0.1:8000"

jobs:
build:
Expand Down

0 comments on commit b8a4b96

Please sign in to comment.