From a12b8a44a91c9f79b58ff7b619b21dee3a2fe5ec Mon Sep 17 00:00:00 2001 From: Mike <400227+firemind@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:43:49 +0200 Subject: [PATCH] Link to VPS setup guide --- ruby_on_rails/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.