We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22dca67 commit 0fc0518Copy full SHA for 0fc0518
.github/workflows/react.yml
@@ -29,9 +29,8 @@ jobs:
29
- name: Copy .env file
30
run: |
31
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
+ echo "REACT_APP_HOST=${{ secrets.REACT_APP_API_URL }}" >> .env
+
35
- name: Build the React app
36
37
0 commit comments