mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-16 03:19:18 +00:00
fixed suggestions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user