Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gesellix/pipeline-with-gradle-and-docker
- Owner: gesellix
- Created: 2014-10-14T19:51:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T21:11:40.000Z (over 9 years ago)
- Last Synced: 2024-04-15T03:19:04.721Z (10 months ago)
- Topics: deployment, docker, gradle
- Language: JavaScript
- Size: 4.77 MB
- Stars: 33
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!