https://github.com/changeworld/fabric-fabfiles
My fabric files.
https://github.com/changeworld/fabric-fabfiles
Last synced: 6 days ago
JSON representation
My fabric files.
- Host: GitHub
- URL: https://github.com/changeworld/fabric-fabfiles
- Owner: changeworld
- License: mit
- Created: 2015-04-16T01:43:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-21T01:05:17.000Z (about 11 years ago)
- Last Synced: 2023-03-16T19:11:19.909Z (about 3 years ago)
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fabric fabfiles
My fabric files.
## Requirements
* Python 2.7
* Fabric 1.10.1
* Paramiko 1.15.2
## Installation
$ git clone https://github.com/changeworld/fabric-fabfiles.git
## Usage
### tag
$ fab tag:[tag_name],[tag_message]
### deploy
$ fab [develop|production] deploy:[tag or branch name]
## Contributing
1. Fork it ( https://github.com/changeworld/fabric-fabfiles/fork )
2. Create your feature branch (`git checkout -b your-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin your-new-feature`)
5. Create a new Pull Request
## License
MIT License. For more imformation, please see LICENSE.txt.