Skip to content

Commit a445643

Browse files
committed
add backend env var
1 parent 7161ee2 commit a445643

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
uses: ./.github/actions/setup
1818

1919
- name: build frontend
20-
run: |
21-
cd frontend
22-
npm run build
23-
cd ..
20+
working-directory: frontend
21+
env:
22+
PUBLIC_BACKEND_URL: https://modal-labs-vishy-dev--seamless-chat-seamlessm4t-asgi-app.modal.run
23+
run: npm run build
2424

2525
- name: deploy to modal
2626
env:

0 commit comments

Comments
 (0)