feat: Stripe secret updates
Deploy to Staging / Build Images (pull_request) Successful in 2m43s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 28s
Deploy to Staging / Verify Staging (pull_request) Failing after 6s
Deploy to Staging / Notify Staging Ready (pull_request) Has been skipped
Deploy to Staging / Notify Staging Failure (pull_request) Successful in 7s
Deploy to Staging / Build Images (pull_request) Successful in 2m43s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 28s
Deploy to Staging / Verify Staging (pull_request) Failing after 6s
Deploy to Staging / Notify Staging Ready (pull_request) Has been skipped
Deploy to Staging / Notify Staging Failure (pull_request) Successful in 7s
This commit is contained in:
@@ -104,6 +104,11 @@ services:
|
|||||||
# Service references
|
# Service references
|
||||||
DATABASE_HOST: mvp-postgres
|
DATABASE_HOST: mvp-postgres
|
||||||
REDIS_HOST: mvp-redis
|
REDIS_HOST: mvp-redis
|
||||||
|
#Stripe Variables
|
||||||
|
STRIPE_PRO_MONTHLY_PRICE_ID: prod_Toj6BG9Z9JwREl
|
||||||
|
STRIPE_PRO_YEARLY_PRICE_ID: prod_Toj8oo0RpVBQmB
|
||||||
|
STRIPE_ENTERPRISE_MONTHLY_PRICE_ID: prod_Toj8xGEui9jl6j
|
||||||
|
STRIPE_ENTERPRISE_YEARLY_PRICE_ID: prod_Toj9A7A773xrdn
|
||||||
volumes:
|
volumes:
|
||||||
# Configuration files (K8s ConfigMap equivalent)
|
# Configuration files (K8s ConfigMap equivalent)
|
||||||
- ./config/app/production.yml:/app/config/production.yml:ro
|
- ./config/app/production.yml:/app/config/production.yml:ro
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
stripe-secret-key
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
stripe-webhook-secret
|
||||||
Reference in New Issue
Block a user