Skip to content

Commit b2ea533

Browse files
committed
change order of last two points in Overview of Deployment
The last two bullet points appeared to be out of chronological order: the one about deploying to production mentions the deployment script for staging. So, the other list item (the one that mentions Ansible being used for an automated script for deploying to staging) should come first. I had to commit this change once again, because git ended up confused after merging the `main` where both lines affected in this swap, were changed.
1 parent 872dc65 commit b2ea533

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

chapter_09_docker.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,11 +332,13 @@ and where testing fits in.
332332
* Learn how to SSH in to the server to debug things,
333333
where to find logs and other useful information.
334334

335-
* Confidently deploy to production once we have a working deployment script for staging.
336-
337335
* Use Ansible to build an automated script that can deploy
338336
our container to staging.
339337

338+
* Confidently deploy to production once we have a working deployment script for staging.
339+
340+
// CSANAD: the last two points were in reverse order
341+
340342

341343
=== As Always, Start with a Test
342344

0 commit comments

Comments
 (0)