diff --git a/ruby_on_rails/README.md b/ruby_on_rails/README.md index fba970f3..c90976c5 100644 --- a/ruby_on_rails/README.md +++ b/ruby_on_rails/README.md @@ -17,7 +17,7 @@ The application (and relative GitHub repo) will be named after the `[project-nam 1. [Push to Git Repository](first_git_push.md) 1. [Initialise Gitflow](initialise_gitflow.md) 1. [Configure Github Repository](../configure_git_repository.md) -1. [Create an Application Server for Deploio](create_application_server_deploio.md) or [Create an Application Server for Heroku](create_application_server_heroku.md) +1. [Create an Application Server for Deploio](create_application_server_deploio.md) or [Create an Application Server for Heroku](create_application_server_heroku.md) or (if there is no other way) [Set up a VPS](https://github.com/renuo/vps-setup-guide/blob/main/README.md) 1. [Configure the CI / CD](configure_ci.md) Once here, your app should be up and running on all environments.