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
Copy file name to clipboardExpand all lines: README.md
+36-1Lines changed: 36 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,9 +86,44 @@ $ make upgrade
86
86
87
87
## Deployment
88
88
89
-
This deployment command assumes you are locally authenticated to both gcloud and kubectl. Directions on how to do so are out of scope for this documentation. Please consult your team's local deployment tooling and instructions!
89
+
This deployment command assumes you are locally authenticated to gcloud and kubectl, and have performed all of the above installations.
90
+
91
+
### 1. Create a new project
92
+
93
+
Create a new project via https://console.cloud.google.com/, then set its name in `config.yml`
94
+
95
+
```yaml
96
+
# config.yml
97
+
project: dotted-hope-405813
98
+
```
99
+
100
+
### 2. Create a terraform state bucket
101
+
102
+
Create a terraform state bucket via https://console.cloud.google.com/, then set its name in `config.yml`
0 commit comments