Cookbook to notify Chatwork of deployment simply
- Opsworks(AWS)
curl
- Account for Chatwork
- API Token for Chatwork
Key | Type | Description | Default |
---|---|---|---|
['your_application']['chatwork_token'] |
String | Your Chatwork Token | nil |
['your_application']['chatwork_room_id'] |
String | Room ID you want to notify | nil |
['your_application']['notifying_nodes'] |
Array | Instance Name you want to notify from | nil |
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
- Author: fortissimo1997