Skip to content

Commit

Permalink
Version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhivitsa committed May 13, 2018
1 parent e1fc7c6 commit db2c73a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
</summary>
</details>

## 1.2.2 (May 13, 2018)

* Update README

## 1.2.1 (April 18, 2018)

* Update drone version
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![Tweet](https://img.shields.io/twitter/url/https/github.com/paralect/deploy-drone.svg?style=social)](https://twitter.com/intent/tweet?text=Deploy%20Drone%20CI%20to%20enable%20continuous%20integration%20on%20your%20product%20via%20https://github.com/paralect/deploy-drone)

[Drone](https://drone.io/) is free and open-source continuous delivery platform that automates your testing and release workflow. It is lightweight, stupidly simple, free & [Docker](https://www.docker.com/) based.
When we first met with Drone, it took us few days to adopt it for our products, play around and deploy to production. This repository aims to save your time from few days to few hours to get started. Last year we also written [a blog post](https://blog.maqpie.com/2017/03/21/build-and-deploy-applications-using-drone-ci-docker-and-ansible/) about some details of our CI process. Please, be aware that blog post was written for version 0.5, while current version is 0.8.4 and few things have changed.
When we first met with Drone, it took us few days to adopt it for our products, play around and deploy to production. This repository aims to save your time from few days to few hours to get started. Last year we also written [a blog post](https://blog.maqpie.com/2017/03/21/build-and-deploy-applications-using-drone-ci-docker-and-ansible/) about some details of our CI process. Please, be aware that blog post was written for version 0.5, while current version is 0.8.5 and few things have changed.

## Features

Expand All @@ -26,7 +26,7 @@ When we first met with Drone, it took us few days to adopt it for our products,

## Demo

A real word Drone usage example is available [here](https://github.com/paralect/ship/.drone.yml).
A real word Drone usage example is available [here](https://github.com/paralect/ship/blob/master/.drone.yml).

## Change Log

Expand Down
2 changes: 2 additions & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ nginx_drone_internal_host: http://localhost:8000

# List of users with admin access to the drone, readme more: http://docs.drone.io/user-management/
drone_admins: "anorsich,ezhivitsa,IharKrasnik"

drone_postgress_db: ship_drone

0 comments on commit db2c73a

Please sign in to comment.