mirror of
https://github.com/coderofsalvation/podi.git
synced 2025-12-16 03:47:45 +01:00
9ef34ec26be57f66aa386be2bef1dc07645a6186
remove layers of complexity.
Usage:
$ cd myapp
$ wget "https://raw.githubusercontent.com/coderofsalvation/podi/master/podi"
$ chmod 755 podi
$ ./podi recipe app/container
$ ./podi recipe start/envfile
PROFIT! now init your (ssh)server to enable a heroku-ish workflow:
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
Languages
Shell
93.4%
Dockerfile
6.6%
