Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ruby_on_rails/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading