maximilianou / doc25_ci

continuous integration, docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doc25_ci

continuous integration, docker

REFERENCE:

https://hackernoon.com/i-have-a-confession-to-make-i-commit-to-master-6a804f334beb

TODO: Continuous Integration vs Continuous Delivery vs Continuous Deployment

TODO: Continuous Integration

Linting
Unit Test, no dependencies.
Production Build
Build Container
Integration Test with Production Build Container and Dependencies

TODO: Continuous Delivery

Container has been tested and Build
Container is pushed to image repository

TODO: Continuous Deployment

Running Services are updated to new versions from registry
Test ensure deploy went well
Tag successful releases
Rollback in case of failure

TODO: Second Stage of Build..

REFERENCE: microservices.io

TODO: chat over microsrevices ( websockets )

TODO: wiki over microservices ( microservices.io )

https://blog.logrocket.com/websockets-tutorial-how-to-go-real-time-with-node-and-react-8e4693fbf843/

GitLab

https://docs.gitlab.com/omnibus/docker/

About

continuous integration, docker

License:MIT License


Languages

Language:JavaScript 77.6%Language:Dockerfile 9.5%Language:Makefile 7.1%Language:Handlebars 4.2%Language:CSS 1.6%