Skip to content

Commit

Permalink
feat: configure other environment
Browse files Browse the repository at this point in the history
  • Loading branch information
sayinmehmet47 committed May 4, 2024
1 parent 7be7a35 commit 76ae864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/k8s-dev/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
image: sayinmehmet47/client-kitapkurdu-1:latest
env:
- name: REACT_APP_LOCAL_API
value: https://kitapkurdu.xyz/api
value: https://dev.kitapkurdu.xyz/api
- name: REACT_APP_CLOUDINARY_URL
value: https://api.cloudinary.com/v1_1/dsequsn4l/upload?upload_preset=uploads
ports:
Expand Down
2 changes: 1 addition & 1 deletion infra/k8s-staging/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
image: sayinmehmet47/client-kitapkurdu-1:latest
env:
- name: REACT_APP_LOCAL_API
value: https://kitapkurdu.xyz/api
value: https://staging.kitapkurdu.xyz/api
- name: REACT_APP_CLOUDINARY_URL
value: https://api.cloudinary.com/v1_1/dsequsn4l/upload?upload_preset=uploads
ports:
Expand Down

0 comments on commit 76ae864

Please sign in to comment.