When creating new VaxCalc features, we like to use Heroku’s review-apps for testing them in a production-like environment. Manually updating the Stripe test webhook url with every new review-app deployment was starting to become a pain, so we created a rake test to do the following:
Continue reading “Update Stripe webhook after deploying Heroku review-app”Tag: software-development
Managing Rails app Stripe credentials in a Heroku pipeline
When we first setup a Heroku pipeline using review apps, the best way to manage credentials wasn’t clear. Here’s what we came up, which is working really well and gives us great flexibility.
Continue reading “Managing Rails app Stripe credentials in a Heroku pipeline”