Skip to content

Commit a125a96

Browse files
authored
Add improvements deployment.md (#925)
1 parent daf21ed commit a125a96

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

book/src/developers/contributing/releases/deployment.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ cd cluster
99
python3 -m venv venv
1010
. venv/bin/activate
1111
pip install ansible
12+
sudo apt install ansible-core
1213
```
14+
- [Install keybase](https://keybase.io/docs/the_app/install_linux)
1315
- Publish your pgp public key with keybase, using: `keybase pgp select --import`
1416
- This fails if you don't have a pgp key yet. If so, create one with `gpg --generate-key`
1517
- [Install sops](https://github.com/getsops/sops)
16-
- Contact `@paulj`, get public gpg key into cluster repo
18+
- Contact `@paulj`, get public pgp key into cluster repo
19+
- Contact `@paulj`, get public ssh key onto cluster nodes
20+
1721
- Make sure your pgp key is working by running:
1822
```sops portal-network/trin/ansible/inventories/dev/group_vars/secrets.sops.yml```
1923
- Log in to Docker with: `docker login`

0 commit comments

Comments
 (0)