Update docs/deploy-full-rp-service-in-dev.md

Co-authored-by: Caden Marchese <56140267+cadenmarchese@users.noreply.github.com>
This commit is contained in:
Steven Fairchild 2022-12-06 16:18:35 -05:00 коммит произвёл Caden Marchese
Родитель 9a2da59de2
Коммит 7b857f18a2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@
```
1. Create a full environment file, which overrides some default `./env` options when sourced
* if your ssh keypair is using `ed25519` or your key isn't named `~/.ssh/id_rsa.pub`, add `export SSH_PUBLIC_KEY=~/.ssh/id_ed25519.pub`
* if using a public key separate from `~/.ssh/id_rsa.pub`, source it with `export SSH_PUBLIC_KEY=~/.ssh/id_separate.pub`
```bash
cp env-int.example env-int
vi env-int