Skip to content

Commit 3efec90

Browse files
committed
i need to add more docs
1 parent cd167d0 commit 3efec90

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

github-services/aws-opsworks/index.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Try to identify the least number of privileges required to trigger these deploym
2929

3030
If you're using [hubot-deploy][10] then you can specify different stacks and applications and group them into an environment. An example `apps.json` script for hubot looks like this.
3131

32-
3332
### apps.json entry
3433

3534
```json
@@ -72,7 +71,15 @@ The associated GitHub Deployment API payload ends up looking like this:
7271
}
7372
```
7473

75-
You can then issue commands like `hubot deploy camo to staging` or `hubot deploy camo/my-topic-branch to production`.
74+
You can then issue commands like:
75+
76+
`hubot deploy camo to staging`
77+
78+
or
79+
80+
`hubot deploy camo/my-topic-branch to production`.
81+
82+
The deployment will still be triggered with the credentials stored on GitHub.
7683

7784
[1]: https://github.com/github/github-services
7885
[2]: https://developer.github.com/v3/repos/deployments/

0 commit comments

Comments
 (0)