Skip to content

Commit 58599ec

Browse files
committed
Merge branch 'master' of github.com:Make-School-Courses/BEW-1.1-RESTful-and-Resourceful-MVC-Architecture
2 parents 5ec1ed7 + e7e27cb commit 58599ec

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Lessons/11-Deployment-Environments/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
4. [[**15m**] Activity: Hiding Secrets](#15m-activity-hiding-secrets)
1616
5. [[**10m**] BREAK](#10m-break)
1717
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)
1919
8. [[**20m**] Wrap Up: Define a Deployment Plan](#20m-wrap-up-define-a-deployment-plan)
2020
9. [Resources & Credits](#resources--credits)
2121

@@ -133,6 +133,7 @@ Add a `.env` file with the following **key-value pair**:
133133
```
134134

135135
- Keys and their values are separated by `=`
136+
- No spaces in the key
136137
- **PROTIP**: Don't use quotes in this file!
137138

138139
<!-- v -->
@@ -166,6 +167,12 @@ Grab any setting you defined in the `.env` file via `os.getenv()`:
166167
TENOR_API_KEY = os.getenv("TENOR_API_KEY")
167168
```
168169

170+
<!-- v -->
171+
172+
### Step Five
173+
174+
Add `.env` to the bottom of your `.gitignore` file.
175+
169176
<!-- > -->
170177

171178
## [**10m**] BREAK

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)