Skip to content

Commit 523b33b

Browse files
Merge branch 'master' of github.com:aureliosaraiva/ember-cli-deploy-github-deployments
2 parents 1dcdb9a + 431271e commit 523b33b

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

README.md

+23-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# ember-cli-deploy-github-deployments
22

3-
> An ember-cli-deploy-plugin for setting the status on a commit in a PR on [GitHub](https://github.com/).
3+
> An ember-cli-deploy-plugin for setting the status deploy on a commit in a PR on [GitHub](https://github.com/).
44
5-
[![](https://ember-cli-deploy.github.io/ember-cli-deploy-version-badges/plugins/ember-cli-deploy-github-deployments.svg)](http://ember-cli-deploy.github.io/ember-cli-deploy-version-badges/)
6-
[![Ember Observer Score](http://emberobserver.com/badges/ember-cli-deploy-github-deployments.svg)](http://emberobserver.com/addons/ember-cli-deploy-github-deployments)
5+
[![](https://ember-cli-deploy.github.io/ember-cli-deploy-version-badges/plugins/ember-cli-deploy-s3.svg)](http://ember-cli-deploy.github.io/ember-cli-deploy-version-badges/)
76
[![npm version](https://badge.fury.io/js/ember-cli-deploy-github-deployments.svg)](https://badge.fury.io/js/ember-cli-deploy-github-deployments)
87

98
## What is an ember-cli-deploy plugin?
@@ -12,6 +11,7 @@ A plugin is an addon that can be executed as a part of the ember-cli-deploy pipe
1211

1312
For more information on what plugins are and how they work, please refer to the [Plugin Documentation][2].
1413

14+
1515
## Quick Start
1616

1717
To get up and running quickly, do the following:
@@ -69,10 +69,27 @@ The user or organization that owns the reporname. e.x https://github.com/my-user
6969

7070
The url which your assets are going to be viewed from. e.x. https://my-app-domain.com/{{commit}}
7171

72-
## Optional Configuration Options
72+
## Screenshot (Pipeline)
73+
74+
### Pending deploy
75+
`ember-cli-deploy-github-deployments` will set the status `pending` of the github commit on the willDeploy.
76+
77+
![screenshot from 2017-08-20 14-08-42](https://user-images.githubusercontent.com/118861/29496839-452f279e-85b1-11e7-9ea0-0c9d608f3043.png)
78+
79+
### Success Deploy
80+
`ember-cli-deploy-github-deployments` will set the status `success` of the github commit on the didDeploy.
81+
82+
![screenshot from 2017-08-20 14-07-10](https://user-images.githubusercontent.com/118861/29496840-452fb4e8-85b1-11e7-9706-4e2f0f8d2863.png)
83+
84+
### Error Deploy
85+
`ember-cli-deploy-github-deployments` will set the status `error` of the github commit on the didFail.
7386

74-
## Note
87+
![screenshot from 2017-08-20 14-09-04](https://user-images.githubusercontent.com/118861/29496838-452ec646-85b1-11e7-9319-3769c06155a9.png)
7588

76-
`ember-cli-deploy-github-deployments` will set the status of the github commit on the `didDeploy`.
89+
## Roadmap
90+
- [ ] [Save log of deploy in Gist, when failure deploy][4]
91+
- [ ] [Add Github status deployments in timeline][3]
7792

7893
[2]: http://ember-cli.github.io/ember-cli-deploy/plugins "Plugin Documentation"
94+
[3]: https://developer.github.com/v3/repos/deployments/
95+
[4]: https://developer.github.com/v3/gists/

0 commit comments

Comments
 (0)