From 1dc34947c1b14d677bda5d1651d123e73312f6f2 Mon Sep 17 00:00:00 2001 From: harker-c <144532364+harker-c@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:03:11 +0100 Subject: [PATCH] Update deployment.md Mostly minor changes but pls check l. 32 --- src/content/docs/application/rails/deployment.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/docs/application/rails/deployment.md b/src/content/docs/application/rails/deployment.md index c7dc2fa..a865445 100644 --- a/src/content/docs/application/rails/deployment.md +++ b/src/content/docs/application/rails/deployment.md @@ -3,7 +3,7 @@ title: Deploy a Rails App description: This guide will walk you through deploying a Rails application to OpsMaru. --- -Once you have provisioned your infrastructure by running it using terraform, the next step is getting your application deployed. This guide will show you how to configure your rails app for deployment. +Once you have provisioned your infrastructure by running it using a Terraform runner, the next step is getting your application deployed. This guide will show you how to configure your Rails app for deployment. :::note[Connect your repo] Make sure you have [connected your repository](/docs/application/connect-repository/) to OpsMaru. You should see your app in the `Existing Apps` tab. @@ -15,7 +15,7 @@ Click on `Configure` on the target app you want to deploy. ## Rails Build Pack -For your Rails app select the `base-rails` pack. This sets up all the system dependencies and then choose your add-ons. +For your Rails app select the `base-rails` pack. This sets up all the system dependencies. Then choose your add-ons. ![build pack config](../../../../assets/application/rails/build-pack-config.png) @@ -29,7 +29,7 @@ In this guide we're choosing the following: If you don't see the add-on or pack you want to use, please [reach out](https://github.com/orgs/upmaru/discussions). We will work towards getting the add-on you want into our platform. :::note[Alpine 3.18 / 3.19] -You may note that Alpine 3.18 and 3.19 has the same version of ruby which is 3.2.2, in 3.19 ruby is built with support for yjit. If you've tested and your application works with yjit choose alpine 3.19. +You may note that Alpine 3.18 and 3.19 have the same version of Ruby (which is 3.2.2). In 3.19, Ruby has support for yjit. If you've tested and your application works with yjit, choose alpine 3.19. ::: ## Configuration Generation @@ -38,5 +38,5 @@ Once you click `Next` you'll be able to see a preview and breakdown of the confi ![generated config](../../../../assets/application/rails/generated-config.png) -This configuration is meant as a starting point for your application. You can configure this further once it's submitted to your repository as a pull-request. +This configuration is meant as a starting point for your application. You can configure this further once it's submitted to your repository as a pull request.