Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separation of concerns #16

Open
kamoljan opened this issue Apr 16, 2018 · 1 comment
Open

Separation of concerns #16

kamoljan opened this issue Apr 16, 2018 · 1 comment

Comments

@kamoljan
Copy link

Is it common practice to separate Heroku accounts for prod and non-prod (e.g. staging, dev, etc)?

@halo
Copy link

halo commented Jul 30, 2018

I really don't think so. Instead you would use a Pipeline that has multiple apps such as myapp-staging which you then can promote to myapp-production without having to rebuild your application.

I believe that separate Heroku accounts only make sense if you have to keep the billing separate for these accounts. E.g. different customers or personal VS. business.

EDIT:
But you do need to make sure you don't just call your production application myapp and your staging application myapp-staging because you may easily perform a destructive action against production by mistake when you wanted to use staging instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants