We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf3fa7 commit fb79a70Copy full SHA for fb79a70
README.md
@@ -151,7 +151,20 @@ step 4:
151
152
153
154
+**add the additional steps for CD**
155
156
+step 1:
157
+ Go to aws codepipeline
158
+ create new pipelin and select build new templete
159
+
160
+step 2:
161
+ Create pileline name. othors are default
162
163
+step 3:
164
+ Source provider github.
165
166
+step 4:
167
+ Build provider skip
168
169
170
## 2. EC2
app.py
@@ -37,7 +37,7 @@
37
@app.get("/")
38
async def root():
39
40
- return {"Fast API":"API is working"}
+ return {"Fast API":"API is working with change"}
41
42
43
0 commit comments