Skip to content

Commit

Permalink
make deployment updates asynchronous calls
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgrady committed Nov 17, 2022
1 parent 885f228 commit c60126b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ sequenceDiagram
github ->> sh_runner: deploy to QA server (image_tag)
activate sh_runner
loop deployment in (frontend, backend, database, maintenance)
sh_runner ->> server: update deployment image(image_tag)
sh_runner -) server: update deployment image(image_tag)
server ->> reg: pull image(image_tag)
reg -->> server: updated image(image_tag)
end
Expand Down Expand Up @@ -1040,7 +1040,7 @@ sequenceDiagram
github ->> sh_runner: deploy to Production server (image_tag)
activate sh_runner
loop deployment in (frontend, backend, database, maintenance)
sh_runner ->> server: update deployment image(image_tag)
sh_runner -) server: update deployment image(image_tag)
server ->> reg: pull image(image_tag)
reg -->> server: updated image(image_tag)
end
Expand Down

0 comments on commit c60126b

Please sign in to comment.