Skip to content

Commit

Permalink
Adds cspr.click id env var to manifests and dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Arango committed Aug 15, 2024
1 parent 78a7921 commit e79ccaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cicd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ PUBLIC_KEYS: <+serviceVariables.PUBLIC_KEYS>
REACT_APP_BACKEND_URL: <+serviceVariables.REACT_APP_BACKEND_URL>
REACT_APP_BACKEND_PORT: <+serviceVariables.REACT_APP_BACKEND_PORT>
REACT_APP_RECAPTCHA_CLIENT_KEY: <+serviceVariables.REACT_APP_RECAPTCHA_CLIENT_KEY>

# CSPR.click
REACT_APP_CSPR_CLICK_ID: <+serviceVariables.REACT_APP_CSPR_CLICK_ID>
3 changes: 3 additions & 0 deletions client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ ENV REACT_APP_BACKEND_URL=$REACT_APP_BACKEND_URL
ARG REACT_APP_BACKEND_PORT
ENV REACT_APP_BACKEND_PORT=$REACT_APP_BACKEND_PORT

ARG REACT_APP_CSPR_CLICK_ID
ENV REACT_APP_CSPR_CLICK_ID=$REACT_APP_CSPR_CLICK_ID

RUN npm install

COPY . .
Expand Down

0 comments on commit e79ccaa

Please sign in to comment.