fixed suggestions

This commit is contained in:
Bret Fisher
2018-10-26 07:51:09 +01:00
parent cb407e75ab
commit 77046a8ddf
2 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ chapters:
- swarm/btp-manual.md
- swarm/swarmready.md
- swarm/compose2swarm.md
- common/cicd.md
- swarm/cicd.md
- swarm/updatingservices.md
#- swarm/rollingupdates.md
- swarm/healthchecks.md

View File

@@ -1,4 +1,4 @@
name: What about CI/CD for orchestration?
name: cicd
# CI/CD for Docker and orchestration
@@ -18,7 +18,7 @@ A quick note about continuous integration and deployment
- If you security scan, do it then on your images after tests but before push
- Optionally, have CI do continious deployment if build/test/push is successful
- Optionally, have CI do continuous deployment if build/test/push is successful
- CD tool would SSH into nodes, or use docker cli against remote engine