You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Obtain the "Ansible Secrets" zip for the environment you want to deploy (or create the new environment following [./environments/README.md](./environments/README.md))
25
+
5. Obtain the "Ansible Secrets" zip for the environment you want to deploy (or create the new environment following [./environments/README.md](./environments/README.md))
23
26
24
-
5. Unzip file obtained above into `devops-scripts/environments/${YOUR_ENV}/secrets`
27
+
6. Unzip file obtained above into `devops-scripts/environments/${YOUR_ENV}/secrets`
25
28
26
-
6. Copy the `*.pem` files from `devops-scripts/ansible/secrets` to your `~/.ssh` directory
29
+
7. Copy the `*.pem` files from `devops-scripts/ansible/secrets` to your `~/.ssh` directory
27
30
28
-
7. Install two required tools onto your machine:
31
+
8. Install two required tools onto your machine:
29
32
```bash
30
33
brew update && brew install vault daemon
31
34
```
@@ -71,7 +74,7 @@ of the docker image needed to run the service on our architecture.
0 commit comments