Skip to content

Commit

Permalink
refactor: Add REACT_APP_RAZOR_PAY_KEY_ID build argument for Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Arghya721 committed Aug 10, 2024
1 parent 111948b commit 3c76ba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
run: |
docker build -t chat-with-llms-frontend:latest ./web \
--build-arg REACT_APP_GOOGLE_CLIENT_ID=${{ secrets.REACT_APP_GOOGLE_CLIENT_ID }} \
--build-arg REACT_APP_API_HOST=${{ secrets.REACT_APP_API_HOST }}
--build-arg REACT_APP_API_HOST=${{ secrets.REACT_APP_API_HOST }} \
--build-arg REACT_APP_RAZOR_PAY_KEY_ID=${{ secrets.REACT_APP_RAZOR_PAY_KEY_ID }}
- name: Configure GCP Credentials
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 3c76ba7

Please sign in to comment.