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

https://github.com/mattmezza/fabloy

A minimalistic deploy fabric file generator
https://github.com/mattmezza/fabloy

Last synced: about 1 year ago
JSON representation

A minimalistic deploy fabric file generator

Awesome Lists containing this project

README

          

FABRIC fabfile.py generator
=======

A minimalistic fabfile.py generator for simple ssh deploy

### Install

```bash
cd /usr/local/bin
curl -O https://raw.githubusercontent.com/mattmezza/fabloy/master/fabloy
chmod a+x fabloy
```

### Usage

```bash
fabloy "host.com" "matt" "/var/www" > fabfile.py
```

```bash
fab deploy_php
```