Skip to content

Commit e27496e

Browse files
committed
client build -add dockerfile
1 parent 3abcddb commit e27496e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
env:
149149
PUBLIC_URL: "https://meirim.org"
150150
NODE_ENV: production
151-
REACT_APP_BASE_API_URL: https://meirim-server.rke2.hasadna.org.il/api
151+
REACT_APP_BASE_API_URL: https://api.meirim.org/api
152152

153153
- uses: actions/upload-artifact@v4
154154
with:

client/config/production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"axios": {
3-
"baseURL": "https://meirim-server.rke2.hasadna.org.il/api",
3+
"baseURL": "https://api.meirim.org/api",
44
"withCredentials": true
55
}
66
}

0 commit comments

Comments
 (0)