Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 408 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 408 Bytes

Fapistrano

A remote server automation and deployment tool.

Install

pip install fapistrano

To upgrade

pip install -U fapistrano

How to Use

$ fap release --stage production --role web
$ fap rollback --stage production --role web
$ fap restart --stage production --role web