Skip to content

Commit b3dc76f

Browse files
Fix: Expose NEXT_PUBLIC_AI_AGENT_URL (#19)
1 parent 036faab commit b3dc76f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77

8+
env:
9+
NEXT_PUBLIC_AI_AGENT_URL: ${{ vars.NEXT_PUBLIC_AI_AGENT_URL }}
10+
811
jobs:
912
deploy:
1013
runs-on: ubuntu-latest
@@ -20,6 +23,8 @@ jobs:
2023

2124
- name: Build and export
2225
run: bun run build
26+
env:
27+
NEXT_PUBLIC_AI_AGENT_URL: ${{ vars.NEXT_PUBLIC_AI_AGENT_URL }}
2328

2429
- name: Create CNAME file
2530
run: echo "hyperjump.tech" > out/CNAME

0 commit comments

Comments
 (0)