Skip to content

Commit 520da44

Browse files
committed
docs: update wording for .env symlink step
1 parent 9e6b769 commit 520da44

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

docs/docs/deploy/baremetal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Baremetal deploy runs several commands in sequence. These can be customized,
3636

3737
1. `df` to make sure there is enough free disk space on the server
3838
2. `git clone --depth=1` to retrieve the latest code
39-
3. Symlink the latest deploy `.env` to the shared `.env` in the app dir
39+
3. Create a `.env` symlink to the shared `.env` in the app dir
4040
4. `yarn install` - installs dependencies
4141
5. Runs prisma DB migrations
4242
6. Generate Prisma client libs

docs/versioned_docs/version-1.x/deploy/baremetal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ yarn rw deploy baremetal production
2727
The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely:
2828

2929
1. `git clone --depth=1` to retrieve the latest code
30-
2. Symlink the latest deploy `.env` to the shared `.env` in the app dir
30+
2. Create a `.env` symlink to the shared `.env` in the app dir
3131
3. `yarn install` - installs dependencies
3232
4. Runs prisma DB migrations
3333
5. Generate Prisma client libs

docs/versioned_docs/version-2.x/deploy/baremetal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers](
3535
The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely:
3636

3737
1. `git clone --depth=1` to retrieve the latest code
38-
2. Symlink the latest deploy `.env` to the shared `.env` in the app dir
38+
2. Create a `.env` symlink to the shared `.env` in the app dir
3939
3. `yarn install` - installs dependencies
4040
4. Runs prisma DB migrations
4141
5. Generate Prisma client libs

docs/versioned_docs/version-3.x/deploy/baremetal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers](
3535
The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely:
3636

3737
1. `git clone --depth=1` to retrieve the latest code
38-
2. Symlink the latest deploy `.env` to the shared `.env` in the app dir
38+
2. Create a `.env` symlink to the shared `.env` in the app dir
3939
3. `yarn install` - installs dependencies
4040
4. Runs prisma DB migrations
4141
5. Generate Prisma client libs

docs/versioned_docs/version-4.x/deploy/baremetal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers](
3535
The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely:
3636

3737
1. `git clone --depth=1` to retrieve the latest code
38-
2. Symlink the latest deploy `.env` to the shared `.env` in the app dir
38+
2. Create a `.env` symlink to the shared `.env` in the app dir
3939
3. `yarn install` - installs dependencies
4040
4. Runs prisma DB migrations
4141
5. Generate Prisma client libs

docs/versioned_docs/version-5.x/deploy/baremetal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers](
3535
The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely:
3636

3737
1. `git clone --depth=1` to retrieve the latest code
38-
2. Symlink the latest deploy `.env` to the shared `.env` in the app dir
38+
2. Create a `.env` symlink to the shared `.env` in the app dir
3939
3. `yarn install` - installs dependencies
4040
4. Runs prisma DB migrations
4141
5. Generate Prisma client libs

docs/versioned_docs/version-6.x/deploy/baremetal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers](
3535
The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely:
3636

3737
1. `git clone --depth=1` to retrieve the latest code
38-
2. Symlink the latest deploy `.env` to the shared `.env` in the app dir
38+
2. Create a `.env` symlink to the shared `.env` in the app dir
3939
3. `yarn install` - installs dependencies
4040
4. Runs prisma DB migrations
4141
5. Generate Prisma client libs

docs/versioned_docs/version-7.x/deploy/baremetal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers](
3535
The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely:
3636

3737
1. `git clone --depth=1` to retrieve the latest code
38-
2. Symlink the latest deploy `.env` to the shared `.env` in the app dir
38+
2. Create a `.env` symlink to the shared `.env` in the app dir
3939
3. `yarn install` - installs dependencies
4040
4. Runs prisma DB migrations
4141
5. Generate Prisma client libs

docs/versioned_docs/version-8.0/deploy/baremetal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers](
3535
The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely:
3636

3737
1. `git clone --depth=1` to retrieve the latest code
38-
2. Symlink the latest deploy `.env` to the shared `.env` in the app dir
38+
2. Create a `.env` symlink to the shared `.env` in the app dir
3939
3. `yarn install` - installs dependencies
4040
4. Runs prisma DB migrations
4141
5. Generate Prisma client libs

docs/versioned_docs/version-8.1/deploy/baremetal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers](
3535
The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely:
3636

3737
1. `git clone --depth=1` to retrieve the latest code
38-
2. Symlink the latest deploy `.env` to the shared `.env` in the app dir
38+
2. Create a `.env` symlink to the shared `.env` in the app dir
3939
3. `yarn install` - installs dependencies
4040
4. Runs prisma DB migrations
4141
5. Generate Prisma client libs

docs/versioned_docs/version-8.2/deploy/baremetal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers](
3535
The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely:
3636

3737
1. `git clone --depth=1` to retrieve the latest code
38-
2. Symlink the latest deploy `.env` to the shared `.env` in the app dir
38+
2. Create a `.env` symlink to the shared `.env` in the app dir
3939
3. `yarn install` - installs dependencies
4040
4. Runs prisma DB migrations
4141
5. Generate Prisma client libs

docs/versioned_docs/version-8.3/deploy/baremetal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you're new to connecting to remote servers, check out the [Intro to Servers](
3535
The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely:
3636

3737
1. `git clone --depth=1` to retrieve the latest code
38-
2. Symlink the latest deploy `.env` to the shared `.env` in the app dir
38+
2. Create a `.env` symlink to the shared `.env` in the app dir
3939
3. `yarn install` - installs dependencies
4040
4. Runs prisma DB migrations
4141
5. Generate Prisma client libs

docs/versioned_docs/version-8.4/deploy/baremetal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Baremetal deploy runs several commands in sequence. These can be customized,
3636

3737
1. `df` to make sure there is enough free disk space on the server
3838
2. `git clone --depth=1` to retrieve the latest code
39-
3. Symlink the latest deploy `.env` to the shared `.env` in the app dir
39+
3. Create a `.env` symlink to the shared `.env` in the app dir
4040
4. `yarn install` - installs dependencies
4141
5. Runs prisma DB migrations
4242
6. Generate Prisma client libs

0 commit comments

Comments
 (0)