Skip to content

Commit 0fc0518

Browse files
authored
Update react.yml
1 parent 22dca67 commit 0fc0518

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/react.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ jobs:
2929
- name: Copy .env file
3030
run: |
3131
cd client # Navigate to the client folder
32-
echo "REACT_APP_API_URL=${{ secrets.REACT_APP_API_URL }}" >> .env
33-
echo "REACT_APP_OTHER_VAR=${{ secrets.REACT_APP_OTHER_VAR }}" >> .env
34-
# Add more environment variables as needed
32+
echo "REACT_APP_HOST=${{ secrets.REACT_APP_API_URL }}" >> .env
33+
3534
- name: Build the React app
3635
run: |
3736
cd client # Navigate to the client folder

0 commit comments

Comments
 (0)