diff --git a/slides/swarm-fullday.yml b/slides/swarm-fullday.yml index b1a0575f..0c21006a 100644 --- a/slides/swarm-fullday.yml +++ b/slides/swarm-fullday.yml @@ -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 diff --git a/slides/common/cicd.md b/slides/swarm/cicd.md similarity index 91% rename from slides/common/cicd.md rename to slides/swarm/cicd.md index a1effc4c..2199a7a4 100644 --- a/slides/common/cicd.md +++ b/slides/swarm/cicd.md @@ -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