Skip to content

Commit

Permalink
doc(readme): adding warning block
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-korolev committed Sep 23, 2022
1 parent abc47c3 commit fe84bef
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,12 @@ It requires secrets to be added to project Actions configuration (Repository / S

MongoDB connection string. Get it from MongoDB Cloud admin (you can use any plan)

If you know what you are doing and want to deploy it manually
(temporary staging environment, for example, or demo purposes),
then crete **.env.local** and override DATABASE_URL with your own and run this:
> **Warning**
> Execute deploy commands below only if you know what you are doing
> and want to deploy it manually (temporary staging environment,
> for example, or demo purposes),
> then crete **.env.local** and override DATABASE_URL with your own
> and run this:
```bash
npx lerna deploy
Expand Down

0 comments on commit fe84bef

Please sign in to comment.