https://github.com/linyows/deployer-cookbook
This cookbook makes your deployment user.
https://github.com/linyows/deployer-cookbook
Last synced: 28 days ago
JSON representation
This cookbook makes your deployment user.
- Host: GitHub
- URL: https://github.com/linyows/deployer-cookbook
- Owner: linyows
- Created: 2013-05-20T09:23:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-04T06:24:55.000Z (almost 12 years ago)
- Last Synced: 2025-04-03T13:00:28.605Z (about 1 month ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Deployer Cookbook
=================This cookbook makes your deployment user.
Usage
-----Just include deployer in your node's run_list:
```json
{
"name":"my_node",
"run_list": [
"recipe[deployer]"
],
"deployer": {
"data_gag_id": "jenkins"
}
}
```A data bag called "users" with an item for your user like the following:
```json
{
"id": "jenkins",
"key": "ssh-rsa AAAAB3NzaC1yc....",
"deployer": {
"deployment_root": "/var/www"
}
}
```Contributing
------------1. Fork the repository on Github
2. Create a named feature branch (like `add_component_x`)
3. Write you change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using GithubAuthors and Contributors
------------------------- [linyows](https://github.com/linyows)
License
-------MIT