There was an error while loading. Please reload this page.
1 parent 7dd0a4d commit f90bf12Copy full SHA for f90bf12
1 file changed
README.md
@@ -18,7 +18,7 @@
18
4. The `Capfile` file needs to be at the root of your project
19
5. Inside the file `/config/deploy.rb`, update your application name and your repository url. **Use the SSH link as usual, not the HTTPS**
20
6. Inside the file `/config/deploy/production.rb`, update the `app` name on line 11
21
-7. In `config/environments/development.rb` of your own application, add the following line
+7. **If on Rails 6 or higher**, in `config/environments/development.rb` of your own application, add the following line
22
```ruby
23
config.hosts << "<YOUR-DOMAIN-NAME>"
24
```
0 commit comments