Skip to content

Commit

Permalink
docs: update wording for .env symlink step (#11775)
Browse files Browse the repository at this point in the history
  • Loading branch information
pantheredeye authored Dec 14, 2024
1 parent 9e6b769 commit 31e3074
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/docs/deploy/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-1.x/deploy/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-2.x/deploy/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-3.x/deploy/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-4.x/deploy/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-5.x/deploy/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-6.x/deploy/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-7.x/deploy/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-8.0/deploy/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-8.1/deploy/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-8.2/deploy/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-8.3/deploy/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-8.4/deploy/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31e3074

Please sign in to comment.