Skip to content

Commit c1d68aa

Browse files
committed
update README
1 parent b78b681 commit c1d68aa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ Congratulations, your secrets are now much safer than scattered across multiple
980980

981981
With dotenvx you put your development, staging, ci, and production secrets IN your code - as encrypted `.env.*` files. So for example, to do production you would
982982

983-
1. Create `.env.production` with `HELLO=production`
983+
1. Create `.env.production` with `HELLO=production` (or in dotenv-vault's case `npx dotenv-vault@latest pull production`)
984984
2. Run `dotenvx encrypt -f .env.production` to encrypt it
985985
3. Commit that to code
986986

@@ -992,8 +992,6 @@ Then when deploying your codebase you put `dotenvx run --` out front of your run
992992

993993
Here's a [quickstart guide](https://dotenvx.com/docs/quickstart#add-encryption)
994994

995-
For migrationg to dotenv-vault simply switch step 1 with `npx dotenv-vault@latest pull production`.
996-
997995
## Contributing
998996

999997
See [CONTRIBUTING.md](CONTRIBUTING.md)

0 commit comments

Comments
 (0)