Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gesellix/pipeline-with-gradle-and-docker

Continuous Deployment with Gradle and Docker example project
https://github.com/gesellix/pipeline-with-gradle-and-docker

deployment docker gradle

Last synced: 4 months ago
JSON representation

Continuous Deployment with Gradle and Docker example project

Awesome Lists containing this project

README

        

Continuous Deployment with Gradle and Docker
============================================

Example project for the blog series at [http://blog-it.hypoport.de/](http://wp.me/p1E7sK-mv) by [Tobias Gesellchen](https://gesellix.net).

For details about the use cases demonstrated in this project, please read the blog series first. For every article in this series you'll find a dedicated branch. The master branch contains the sources for the
most recent article.

The [initial article](http://wp.me/p1E7sK-mv) ([part1.md](https://github.com/gesellix/pipeline-with-gradle-and-docker/blob/master/articles/part1.md))
gives a thorough overview over the complete pipeline, while each of the following build steps will be described in its own article:

* [build, publish](http://wp.me/p1E7sK-nG) ([part2.md](https://github.com/gesellix/pipeline-with-gradle-and-docker/blob/master/articles/part2.md))
* [e2e test](http://wp.me/p1E7sK-oI) ([part3.md](https://github.com/gesellix/pipeline-with-gradle-and-docker/blob/master/articles/part3.md))
* [contract test](http://wp.me/p1E7sK-ps) ([part4.md](https://github.com/gesellix/pipeline-with-gradle-and-docker/blob/master/articles/part4.md))
* build image - see *deploy on prod*
* deploy on dev
* [deploy on prod](http://wp.me/p1E7sK-pV) ([part5.md](https://github.com/gesellix/pipeline-with-gradle-and-docker/blob/master/articles/part5.md))

Comments, Questions, Feedback
=============================

Please use the comment feature on our articles for questions and feedback or contact us at Twitter [@gesellix](https://twitter.com/gesellix). Thanks!

... would you like to improve projects like this one? Well, you can use the GitHub issue tracker or create a pull request. Thanks!