Skip to content

Commit e7e27cb

Browse files
committed
[add] slidegen
1 parent 9a8b908 commit e7e27cb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Slides/11-Deployment-Environments.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
4. [[**15m**] Activity: Hiding Secrets](#15m-activity-hiding-secrets)
3333
5. [[**10m**] BREAK](#10m-break)
3434
6. [[**25m**] Activity: Deployment Definitions](#25m-activity-deployment-definitions)
35-
7. [[**15m**] Activity: Playlister Reflection](#15m-activity-playlistr-reflection)
35+
7. [[**15m**] Activity: Playlistr Reflection](#15m-activity-playlistr-reflection)
3636
8. [[**20m**] Wrap Up: Define a Deployment Plan](#20m-wrap-up-define-a-deployment-plan)
3737
9. [Resources & Credits](#resources--credits)
3838
</script></section><section data-markdown><script type="text/template">
@@ -124,6 +124,7 @@
124124
```
125125

126126
- Keys and their values are separated by `=`
127+
- No spaces in the key
127128
- **PROTIP**: Don't use quotes in this file!
128129
</script></section><section data-markdown><script type="text/template">
129130

@@ -152,6 +153,10 @@
152153
153154
TENOR_API_KEY = os.getenv("TENOR_API_KEY")
154155
```
156+
</script></section><section data-markdown><script type="text/template">
157+
### Step Five
158+
159+
Add `.env` to the bottom of your `.gitignore` file.
155160
</script></section></section><section data-markdown><script type="text/template">
156161
## [**10m**] BREAK
157162
</script></section><section ><section data-markdown><script type="text/template">

0 commit comments

Comments
 (0)