Skip to content

Commit fb79a70

Browse files
add nes gg
1 parent 4cf3fa7 commit fb79a70

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,20 @@ step 4:
151151

152152

153153

154+
**add the additional steps for CD**
154155

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
155168

156169

157170
## 2. EC2

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
@app.get("/")
3838
async def root():
3939

40-
return {"Fast API":"API is working"}
40+
return {"Fast API":"API is working with change"}
4141

4242

4343

0 commit comments

Comments
 (0)