Files
podi/README.md
2022-02-15 15:11:37 +01:00

585 B

remove layers of complexity.

Usage:

$ cd myapp
$ git init
$ podi init git@myserver:/dir/to/deploy
$ git push git@myserver
# PROFIT!

Create recipes

Install

$ wget "https://raw.githubusercontent.com/coderofsalvation/podi/master/podi"
$ chmod 755 podi
$ ./podi
usage: 
    init git@server:/dir/to/deploy [branch] [port] [name]   initializes a deployment 
    recipe <name_or_url>                                    installs a recipe from podi repo or url

Docs