Skip to content

Commit 5d87a38

Browse files
committed
Add env and 400 gh file
1 parent 97621d9 commit 5d87a38

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy-gh.yml

+3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
path: packages/client/dist
6565
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.sha }}
6666

67+
- name: Copy index as 400 file for github pages
68+
run: cp packages/client/dist/index.html packages/client/dist/400.html
69+
6770
- name: Deploy 🚀
6871
uses: JamesIves/github-pages-deploy-action@v4
6972
with:

packages/client/.env

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
APP_TITLE=STAC Manager
22
APP_DESCRIPTION=Plugin baed stac editor
3+
REACT_APP_STAC_API=https://eoapi.develop.eoepca.org/stac

0 commit comments

Comments
 (0)