Skip to content

Commit

Permalink
fix: 🐛 env vars for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Dec 30, 2023
1 parent 52099ad commit 34a5af1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
env:
PUBLIC_BUCKET_URL: https://storage.googleapis.com/enki-website
PUBLIC_SERVER_URL: http://localhost:8080
PUBLIC_STRIPE_KEY: pk_test_51HpvnTAk37gvJ51oYwywMtrDcDlL6FXuVY0aQ1EYEJUiw9MG70UElEMhhazqhhafUOslK1IugHRApQ7GWNUcnqT400dJ4HWjbp
run: npm run test:integration:ci
Expand Down
2 changes: 2 additions & 0 deletions .kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spec:
spec:
containers:
- env:
- name: PUBLIC_BUCKET_URL
value: https://storage.googleapis.com/enki-website
- name: PUBLIC_SERVER_URL
value: https://server.enkionline.com
- name: PUBLIC_STRIPE_KEY
Expand Down
2 changes: 2 additions & 0 deletions .kubernetes/e2e-test-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ spec:
memory: "512Mi"
cpu: "125m"
env:
- name: PUBLIC_BUCKET_URL
value: https://storage.googleapis.com/enki-website
- name: PUBLIC_SERVER_URL
value: "https://server.enkionline.com"
- name: PUBLIC_STRIPE_KEY
Expand Down

0 comments on commit 34a5af1

Please sign in to comment.