Skip to content

Commit ddf3d71

Browse files
committed
fix order of steps towards an Ansible deployment script
1 parent c6c1230 commit ddf3d71

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

chapter_09_docker.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,12 +331,13 @@ and where testing fits in.
331331
* Learn how to SSH in to the server to debug things,
332332
where to find logs and other useful information.
333333
334-
* Once we have a working deployment script for staging,
335-
we can confidently deploy to production.
336-
337334
* We'll use Ansible to build an automated script that can deploy
338335
our container to staging
339336
337+
* Once we have a working deployment script for staging,
338+
we can confidently deploy to production.
339+
// CSANAD: the last two points were in reverse order
340+
340341
341342
=== As Always, Start with a Test
342343

0 commit comments

Comments
 (0)