Skip to content

Remove next environment #535

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

Merged
merged 1 commit into from
Jan 23, 2020
Merged

Remove next environment #535

merged 1 commit into from
Jan 23, 2020

Conversation

sauloperez
Copy link
Collaborator

It was used while migration the production server and since this one and production configs are almost exact copies (just rails_env differs) it's no longer needed.

And this brings simplicity back to this repo.

The most noticeable change is the removal of url from production's database config as DATABASE_URL got removed in coopdevs/timeoverflow-provisioning#21 two years ago and it's true in production:

timeoverflow@timeoverflow-production:~$ env | grep DATABASE
DATABASE_NAME=xxx
DATABASE_USER=xxx
DATABASE_PASSWORD=xxx

It was used while migration the production server and since this one and
production configs are almost exact copies (just rails_env differs) it's
no longer needed.

And this brings simplicity back to this repo.

The most noticeable change is the removal of `url` from production's
database config as DATABASE_URL got removed in
coopdevs/timeoverflow-provisioning#21 two years
ago and it's true in production:

```
timeoverflow@timeoverflow-production:~$ env | grep DATABASE
DATABASE_NAME=xxx
DATABASE_USER=xxx
DATABASE_PASSWORD=xxx
```
@sauloperez sauloperez force-pushed the remove-next-environment branch from f4baf7d to e572437 Compare January 22, 2020 11:52
@sauloperez
Copy link
Collaborator Author

Rebased with the changes introduced in #536. No behavior changes 👌

@sauloperez sauloperez merged commit 2bd5689 into develop Jan 23, 2020
@sauloperez sauloperez deleted the remove-next-environment branch January 23, 2020 08:54
@sauloperez sauloperez mentioned this pull request Mar 2, 2020
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

Successfully merging this pull request may close these issues.

2 participants