File tree 2 files changed +14
-2
lines changed
Lessons/11-Deployment-Environments
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 15
15
4 . [[ ** 15m** ] Activity: Hiding Secrets] ( #15m-activity-hiding-secrets )
16
16
5 . [[ ** 10m** ] BREAK] ( #10m-break )
17
17
6 . [[ ** 25m** ] Activity: Deployment Definitions] ( #25m-activity-deployment-definitions )
18
- 7 . [[ ** 15m** ] Activity: Playlister Reflection] ( #15m-activity-playlistr-reflection )
18
+ 7 . [[ ** 15m** ] Activity: Playlistr Reflection] ( #15m-activity-playlistr-reflection )
19
19
8 . [[ ** 20m** ] Wrap Up: Define a Deployment Plan] ( #20m-wrap-up-define-a-deployment-plan )
20
20
9 . [ Resources & Credits] ( #resources--credits )
21
21
@@ -133,6 +133,7 @@ Add a `.env` file with the following **key-value pair**:
133
133
```
134
134
135
135
- Keys and their values are separated by ` = `
136
+ - No spaces in the key
136
137
- ** PROTIP** : Don't use quotes in this file!
137
138
138
139
<!-- v -->
@@ -166,6 +167,12 @@ Grab any setting you defined in the `.env` file via `os.getenv()`:
166
167
TENOR_API_KEY = os.getenv(" TENOR_API_KEY" )
167
168
```
168
169
170
+ <!-- v -->
171
+
172
+ ### Step Five
173
+
174
+ Add ` .env ` to the bottom of your ` .gitignore ` file.
175
+
169
176
<!-- > -->
170
177
171
178
## [ ** 10m** ] BREAK
Original file line number Diff line number Diff line change 32
32
4. [ [ ** 15 m ** ] Activity : Hiding Secrets ] ( #15 m - activity - hiding - secrets )
33
33
5. [ [ ** 10 m ** ] BREAK ] ( #10 m - break )
34
34
6. [ [ ** 25 m ** ] Activity : Deployment Definitions ] ( #25 m - activity - deployment - definitions )
35
- 7. [ [ ** 15 m ** ] Activity : Playlister Reflection ] ( #15 m - activity - playlistr - reflection )
35
+ 7. [ [ ** 15 m ** ] Activity : Playlistr Reflection ] ( #15 m - activity - playlistr - reflection )
36
36
8. [ [ ** 20 m ** ] Wrap Up : Define a Deployment Plan ] ( #20 m - wrap - up - define - a - deployment - plan )
37
37
9. [ Resources & Credits ] ( #resources-- credits )
38
38
</ script > </ section > < section data-markdown > < script type ="text/template ">
124
124
` ``
125
125
126
126
- Keys and their values are separated by `=`
127
+ - No spaces in the key
127
128
- ** PROTIP ** : Don 't use quotes in this file!
128
129
</ script > </ section > < section data-markdown > < script type ="text/template ">
129
130
152
153
153
154
TENOR_API_KEY = os.getenv("TENOR_API_KEY")
154
155
` ``
156
+ </ script > </ section > < section data-markdown > < script type ="text/template ">
157
+ ### Step Five
158
+
159
+ Add `.env` to the bottom of your `.gitignore` file .
155
160
</ script > </ section > </ section > < section data-markdown > < script type ="text/template ">
156
161
## [ ** 10 m ** ] BREAK
157
162
</ script > </ section > < section > < section data-markdown > < script type ="text/template ">
You can’t perform that action at this time.
0 commit comments