5 Commits

Author SHA1 Message Date
9b957d0587 remove staging environment + force STORAGE_PROVIDER=local in Docker production test 2024-02-13 19:33:38 +01:00
e572437f11 Remove next environment
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
https://github.com/coopdevs/timeoverflow-provisioning/pull/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
```
2020-01-22 12:51:53 +01:00
268bc0dfd2 Add next.timeoverflow.org Capistrano deploy
This is the upgraded server we are setting up to host the app. Time to
deploy and start testing! 🎉

The Capistrano environment is tightly coupled with Rails environments so
we need to add a new one called `next`.
2019-11-20 20:32:16 +01:00
0d44fa9377 Add secret token for staging environment 2018-01-31 16:22:00 +01:00
6f12e3aecc Move secret token validation to secrets.yml 2016-03-23 23:47:10 +01:00