diff --git a/_pages/deployment/fly-io.md b/_pages/deployment/fly-io.md index 6066a371..e5946ed0 100644 --- a/_pages/deployment/fly-io.md +++ b/_pages/deployment/fly-io.md @@ -57,7 +57,7 @@ Open the `config/database.yml` file in your Text Editor. Change the following li {% highlight yaml %} production: <<: *default - database: db/production.sqlite3 + database: storage/production.sqlite3 {% endhighlight %} to these lines: diff --git a/_pages/digital-ocean.md b/_pages/digital-ocean.md index df5105c1..85c1f39d 100644 --- a/_pages/digital-ocean.md +++ b/_pages/digital-ocean.md @@ -51,7 +51,7 @@ Open the `config/database.yml` file in your Text Editor. Change the following li {% highlight yaml %} production: <<: *default - database: db/production.sqlite3 + database: storage/production.sqlite3 {% endhighlight %} to these lines: diff --git a/_pages/heroku.md b/_pages/heroku.md index 1e69527f..54c08477 100644 --- a/_pages/heroku.md +++ b/_pages/heroku.md @@ -49,7 +49,7 @@ Change the following lines in the file: {% highlight yaml %} production: <<: *default - database: db/production.sqlite3 + database: storage/production.sqlite3 {% endhighlight %} to these lines: