An open API service indexing awesome lists of open source software.

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.

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.