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
- Host: GitHub
- URL: https://github.com/mattmezza/fabloy
- Owner: mattmezza
- License: mit
- Created: 2018-01-15T10:22:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T17:02:01.000Z (over 8 years ago)
- Last Synced: 2025-02-13T15:36:37.252Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```