Skip to content

Commit 8230326

Browse files
committed
Added keycloak env variables to docker.
1 parent 78ae2f1 commit 8230326

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/deploy-gh.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}
1515
cancel-in-progress: true
1616

17-
permissions:
17+
permissions:
1818
contents: write
1919

2020
jobs:
@@ -76,5 +76,6 @@ jobs:
7676
with:
7777
branch: gh-pages
7878
clean: true
79+
clean-exclude: index.yaml
7980
single-commit: true
8081
folder: packages/client/dist

.github/workflows/release-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release helm chart
1+
name: Release Helm Chart
22

33
on:
44
workflow_run:

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ENV APP_DESCRIPTION=${APP_DESCRIPTION}
1313
ENV REACT_APP_STAC_API=${REACT_APP_STAC_API}
1414
ENV REACT_APP_STAC_BROWSER="${REACT_APP_STAC_BROWSER}/#/external/$(echo ${REACT_APP_STAC_API} | sed 's|^https://||')"
1515
ENV PUBLIC_URL=${PUBLIC_URL}
16+
ENV REACT_APP_KEYCLOAK_URL=
17+
ENV REACT_APP_KEYCLOAK_CLIENT_ID=
18+
ENV REACT_APP_KEYCLOAK_REALM=
1619

1720
# Set the working directory
1821
WORKDIR /app

0 commit comments

Comments
 (0)