CI - Continious Integration
build - des Programmcodes
npm run build
, mvn build
test - des Programmcodes
npm run test
, mvn test
release - erstellt das docker images
docker build
CD - Continious Delivery
deploy - docker images nach AWS
kamal deploy
oder andere