We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cfd26 commit 9cfb908Copy full SHA for 9cfb908
.env.example
@@ -4,4 +4,4 @@ REACT_APP_VERSION=1.0.0
4
REACT_APP_NAME=$npm_package_name
5
6
REACT_APP_PUBLIC_URL=/
7
-BACKEND_URL=https://backend.thilo.ch/
+BACKEND_URL=https://api.thilo.scouts.ch/
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
env:
13
REACT_APP_PUBLIC_URL: /
14
- BACKEND_URL: https://thilo-backend.herokuapp.com
+ BACKEND_URL: https://api.thilo.scouts.ch/
15
16
steps:
17
- uses: actions/checkout@v4
0 commit comments