Skip to content

Commit 8f5d7fd

Browse files
authored
Merge pull request #561 from CodeNow/add-stripe-token-to-big-poppa
Add stripe keys to BP for migrations
2 parents 9bcfe07 + 972c483 commit 8f5d7fd

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

ansible/group_vars/alpha-big-poppa-http.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ container_envs: >
4646
{% if big_poppa_new_relic_app_name is defined %} -e NEW_RELIC_LICENSE_KEY={{ new_relic_license_key }} {% endif %}
4747
{% if big_poppa_new_relic_app_name is defined %} -e NEW_RELIC_LOG_LEVEL=fatal {% endif %}
4848
{% if big_poppa_new_relic_app_name is defined %} -e NEW_RELIC_NO_CONFIG_FILE=true {% endif %}
49+
-e STRIPE_API_KEY={{ cream_stripe_secret_key }}
50+
-e STRIPE_PUBLISHABLE_KEY={{ cream_stripe_publishable_key }}
4951
5052
container_run_opts: >
5153
-h {{ name }}

ansible/group_vars/alpha-big-poppa-worker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ container_envs: >
3535
-e GITHUB_VARNISH_HOST={{ github_varnish_host }}
3636
-e GITHUB_VARNISH_PORT={{ github_varnish_port }}
3737
-e GITHUB_PROTOCOL=http
38+
-e STRIPE_API_KEY={{ cream_stripe_secret_key }}
39+
-e STRIPE_PUBLISHABLE_KEY={{ cream_stripe_publishable_key }}
3840
3941
container_run_opts: >
4042
-h {{ name }}

0 commit comments

Comments
 (0)