From 31e3074379a2224ef52cc96e6f98a040c3e1f48b Mon Sep 17 00:00:00 2001 From: Barrett Burnworth <77902178+pantheredeye@users.noreply.github.com> Date: Sat, 14 Dec 2024 02:05:32 -0600 Subject: [PATCH] docs: update wording for .env symlink step (#11775) --- docs/docs/deploy/baremetal.md | 2 +- docs/versioned_docs/version-1.x/deploy/baremetal.md | 2 +- docs/versioned_docs/version-2.x/deploy/baremetal.md | 2 +- docs/versioned_docs/version-3.x/deploy/baremetal.md | 2 +- docs/versioned_docs/version-4.x/deploy/baremetal.md | 2 +- docs/versioned_docs/version-5.x/deploy/baremetal.md | 2 +- docs/versioned_docs/version-6.x/deploy/baremetal.md | 2 +- docs/versioned_docs/version-7.x/deploy/baremetal.md | 2 +- docs/versioned_docs/version-8.0/deploy/baremetal.md | 2 +- docs/versioned_docs/version-8.1/deploy/baremetal.md | 2 +- docs/versioned_docs/version-8.2/deploy/baremetal.md | 2 +- docs/versioned_docs/version-8.3/deploy/baremetal.md | 2 +- docs/versioned_docs/version-8.4/deploy/baremetal.md | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/docs/deploy/baremetal.md b/docs/docs/deploy/baremetal.md index da59b5a15ae2..7d7cbd7c77da 100644 --- a/docs/docs/deploy/baremetal.md +++ b/docs/docs/deploy/baremetal.md @@ -36,7 +36,7 @@ The Baremetal deploy runs several commands in sequence. These can be customized, 1. `df` to make sure there is enough free disk space on the server 2. `git clone --depth=1` to retrieve the latest code -3. Symlink the latest deploy `.env` to the shared `.env` in the app dir +3. Create a `.env` symlink to the shared `.env` in the app dir 4. `yarn install` - installs dependencies 5. Runs prisma DB migrations 6. Generate Prisma client libs diff --git a/docs/versioned_docs/version-1.x/deploy/baremetal.md b/docs/versioned_docs/version-1.x/deploy/baremetal.md index d53971292b44..015af4e853fa 100644 --- a/docs/versioned_docs/version-1.x/deploy/baremetal.md +++ b/docs/versioned_docs/version-1.x/deploy/baremetal.md @@ -27,7 +27,7 @@ yarn rw deploy baremetal production The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely: 1. `git clone --depth=1` to retrieve the latest code -2. Symlink the latest deploy `.env` to the shared `.env` in the app dir +2. Create a `.env` symlink to the shared `.env` in the app dir 3. `yarn install` - installs dependencies 4. Runs prisma DB migrations 5. Generate Prisma client libs diff --git a/docs/versioned_docs/version-2.x/deploy/baremetal.md b/docs/versioned_docs/version-2.x/deploy/baremetal.md index aed3d83db976..8e9acc1aa936 100644 --- a/docs/versioned_docs/version-2.x/deploy/baremetal.md +++ b/docs/versioned_docs/version-2.x/deploy/baremetal.md @@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers]( The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely: 1. `git clone --depth=1` to retrieve the latest code -2. Symlink the latest deploy `.env` to the shared `.env` in the app dir +2. Create a `.env` symlink to the shared `.env` in the app dir 3. `yarn install` - installs dependencies 4. Runs prisma DB migrations 5. Generate Prisma client libs diff --git a/docs/versioned_docs/version-3.x/deploy/baremetal.md b/docs/versioned_docs/version-3.x/deploy/baremetal.md index 821be2e8f4a4..8b056010e8a6 100644 --- a/docs/versioned_docs/version-3.x/deploy/baremetal.md +++ b/docs/versioned_docs/version-3.x/deploy/baremetal.md @@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers]( The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely: 1. `git clone --depth=1` to retrieve the latest code -2. Symlink the latest deploy `.env` to the shared `.env` in the app dir +2. Create a `.env` symlink to the shared `.env` in the app dir 3. `yarn install` - installs dependencies 4. Runs prisma DB migrations 5. Generate Prisma client libs diff --git a/docs/versioned_docs/version-4.x/deploy/baremetal.md b/docs/versioned_docs/version-4.x/deploy/baremetal.md index 821be2e8f4a4..8b056010e8a6 100644 --- a/docs/versioned_docs/version-4.x/deploy/baremetal.md +++ b/docs/versioned_docs/version-4.x/deploy/baremetal.md @@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers]( The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely: 1. `git clone --depth=1` to retrieve the latest code -2. Symlink the latest deploy `.env` to the shared `.env` in the app dir +2. Create a `.env` symlink to the shared `.env` in the app dir 3. `yarn install` - installs dependencies 4. Runs prisma DB migrations 5. Generate Prisma client libs diff --git a/docs/versioned_docs/version-5.x/deploy/baremetal.md b/docs/versioned_docs/version-5.x/deploy/baremetal.md index 4703a7910a37..e0f34ee547d7 100644 --- a/docs/versioned_docs/version-5.x/deploy/baremetal.md +++ b/docs/versioned_docs/version-5.x/deploy/baremetal.md @@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers]( The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely: 1. `git clone --depth=1` to retrieve the latest code -2. Symlink the latest deploy `.env` to the shared `.env` in the app dir +2. Create a `.env` symlink to the shared `.env` in the app dir 3. `yarn install` - installs dependencies 4. Runs prisma DB migrations 5. Generate Prisma client libs diff --git a/docs/versioned_docs/version-6.x/deploy/baremetal.md b/docs/versioned_docs/version-6.x/deploy/baremetal.md index aec882f28381..0ff7dff92ee1 100644 --- a/docs/versioned_docs/version-6.x/deploy/baremetal.md +++ b/docs/versioned_docs/version-6.x/deploy/baremetal.md @@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers]( The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely: 1. `git clone --depth=1` to retrieve the latest code -2. Symlink the latest deploy `.env` to the shared `.env` in the app dir +2. Create a `.env` symlink to the shared `.env` in the app dir 3. `yarn install` - installs dependencies 4. Runs prisma DB migrations 5. Generate Prisma client libs diff --git a/docs/versioned_docs/version-7.x/deploy/baremetal.md b/docs/versioned_docs/version-7.x/deploy/baremetal.md index aec882f28381..0ff7dff92ee1 100644 --- a/docs/versioned_docs/version-7.x/deploy/baremetal.md +++ b/docs/versioned_docs/version-7.x/deploy/baremetal.md @@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers]( The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely: 1. `git clone --depth=1` to retrieve the latest code -2. Symlink the latest deploy `.env` to the shared `.env` in the app dir +2. Create a `.env` symlink to the shared `.env` in the app dir 3. `yarn install` - installs dependencies 4. Runs prisma DB migrations 5. Generate Prisma client libs diff --git a/docs/versioned_docs/version-8.0/deploy/baremetal.md b/docs/versioned_docs/version-8.0/deploy/baremetal.md index ba99355f6fa3..958c17d4ed0e 100644 --- a/docs/versioned_docs/version-8.0/deploy/baremetal.md +++ b/docs/versioned_docs/version-8.0/deploy/baremetal.md @@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers]( The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely: 1. `git clone --depth=1` to retrieve the latest code -2. Symlink the latest deploy `.env` to the shared `.env` in the app dir +2. Create a `.env` symlink to the shared `.env` in the app dir 3. `yarn install` - installs dependencies 4. Runs prisma DB migrations 5. Generate Prisma client libs diff --git a/docs/versioned_docs/version-8.1/deploy/baremetal.md b/docs/versioned_docs/version-8.1/deploy/baremetal.md index ba99355f6fa3..958c17d4ed0e 100644 --- a/docs/versioned_docs/version-8.1/deploy/baremetal.md +++ b/docs/versioned_docs/version-8.1/deploy/baremetal.md @@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers]( The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely: 1. `git clone --depth=1` to retrieve the latest code -2. Symlink the latest deploy `.env` to the shared `.env` in the app dir +2. Create a `.env` symlink to the shared `.env` in the app dir 3. `yarn install` - installs dependencies 4. Runs prisma DB migrations 5. Generate Prisma client libs diff --git a/docs/versioned_docs/version-8.2/deploy/baremetal.md b/docs/versioned_docs/version-8.2/deploy/baremetal.md index ba99355f6fa3..958c17d4ed0e 100644 --- a/docs/versioned_docs/version-8.2/deploy/baremetal.md +++ b/docs/versioned_docs/version-8.2/deploy/baremetal.md @@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers]( The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely: 1. `git clone --depth=1` to retrieve the latest code -2. Symlink the latest deploy `.env` to the shared `.env` in the app dir +2. Create a `.env` symlink to the shared `.env` in the app dir 3. `yarn install` - installs dependencies 4. Runs prisma DB migrations 5. Generate Prisma client libs diff --git a/docs/versioned_docs/version-8.3/deploy/baremetal.md b/docs/versioned_docs/version-8.3/deploy/baremetal.md index ba99355f6fa3..958c17d4ed0e 100644 --- a/docs/versioned_docs/version-8.3/deploy/baremetal.md +++ b/docs/versioned_docs/version-8.3/deploy/baremetal.md @@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers]( The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely: 1. `git clone --depth=1` to retrieve the latest code -2. Symlink the latest deploy `.env` to the shared `.env` in the app dir +2. Create a `.env` symlink to the shared `.env` in the app dir 3. `yarn install` - installs dependencies 4. Runs prisma DB migrations 5. Generate Prisma client libs diff --git a/docs/versioned_docs/version-8.4/deploy/baremetal.md b/docs/versioned_docs/version-8.4/deploy/baremetal.md index da59b5a15ae2..7d7cbd7c77da 100644 --- a/docs/versioned_docs/version-8.4/deploy/baremetal.md +++ b/docs/versioned_docs/version-8.4/deploy/baremetal.md @@ -36,7 +36,7 @@ The Baremetal deploy runs several commands in sequence. These can be customized, 1. `df` to make sure there is enough free disk space on the server 2. `git clone --depth=1` to retrieve the latest code -3. Symlink the latest deploy `.env` to the shared `.env` in the app dir +3. Create a `.env` symlink to the shared `.env` in the app dir 4. `yarn install` - installs dependencies 5. Runs prisma DB migrations 6. Generate Prisma client libs