Skip to content

Commit

Permalink
Update drone version
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhivitsa committed Oct 31, 2018
1 parent 0aa2cf3 commit d1a4471
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projectName": "ship",
"projectName": "deploy-drone",
"projectOwner": "auxilin",
"files": [
"README.md"
Expand Down
File renamed without changes.
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.3.1 (October 31, 2018)

* Update Drone version

## 1.3.0 (October 3, 2018)

* Use official nginx ansible role
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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/auxilincom/ship/blob/master/.drone.yml).
A real word Drone usage example is available [here](https://github.com/auxilincom/auxilin/blob/master/.drone.yml).

## Change Log

Expand All @@ -45,7 +45,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
| [<img src="https://avatars3.githubusercontent.com/u/681396?v=4" width="100px;"/><br /><sub><b>Andrew Orsich</b></sub>](https://github.com/anorsich)<br />[💬](#question-anorsich "Answering Questions") [📝](#blog-anorsich "Blogposts") [💻](https://github.com/auxilin/ship/commits?author=anorsich "Code") [🤔](#ideas-anorsich "Ideas, Planning, & Feedback") | [<img src="https://avatars2.githubusercontent.com/u/6461311?v=4" width="100px;"/><br /><sub><b>Evgeny Zhivitsa</b></sub>](https://github.com/ezhivitsa)<br />[💻](https://github.com/auxilin/ship/commits?author=ezhivitsa "Code") [🤔](#ideas-ezhivitsa "Ideas, Planning, & Feedback") | [<img src="https://avatars3.githubusercontent.com/u/2302873?v=4" width="100px;"/><br /><sub><b>Ihar</b></sub>](https://github.com/IharKrasnik)<br />[💻](https://github.com/auxilin/ship/commits?author=IharKrasnik "Code") |
| [<img src="https://avatars3.githubusercontent.com/u/681396?v=4" width="100px;"/><br /><sub><b>Andrew Orsich</b></sub>](https://github.com/anorsich)<br />[💬](#question-anorsich "Answering Questions") [📝](#blog-anorsich "Blogposts") [💻](https://github.com/auxilin/deploy-drone/commits?author=anorsich "Code") [🤔](#ideas-anorsich "Ideas, Planning, & Feedback") | [<img src="https://avatars2.githubusercontent.com/u/6461311?v=4" width="100px;"/><br /><sub><b>Evgeny Zhivitsa</b></sub>](https://github.com/ezhivitsa)<br />[💻](https://github.com/auxilin/deploy-drone/commits?author=ezhivitsa "Code") [🤔](#ideas-ezhivitsa "Ideas, Planning, & Feedback") | [<img src="https://avatars3.githubusercontent.com/u/2302873?v=4" width="100px;"/><br /><sub><b>Ihar</b></sub>](https://github.com/IharKrasnik)<br />[💻](https://github.com/auxilin/deploy-drone/commits?author=IharKrasnik "Code") |
| :---: | :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->

Expand Down
2 changes: 1 addition & 1 deletion deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
roles:
- role: auxilincom.drone
# Version of Drone CI, see other versions here: https://hub.docker.com/r/drone/drone/tags/
drone_version: 0.8.6
drone_version: 0.8.7

# the url, where drone instance will be publicly available
# typically you would have nginx in front of Drone CI
Expand Down
2 changes: 0 additions & 2 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ server_ssl_key_path: "/etc/letsencrypt/live/ci.auxilin.com/fullchain.pem"
server_ssl_cert_path: "/etc/letsencrypt/live/ci.auxilin.com/privkey.pem"
server_ssl_dhparams: "/etc/nginx/dhparams.pem"

letsencrypt_email: "[email protected]"

nginx_drone_server_name: ci.auxilin.com
# Internal drone ui http url used by nginx to proxy traffic. For example: http://localhost:8000
nginx_drone_internal_host: http://localhost:8000
Expand Down

0 comments on commit d1a4471

Please sign in to comment.