2022-02-09 18:12:29 +01:00
|
|
|
> remove layers of complexity.
|
2022-02-13 14:14:18 +01:00
|
|
|
|
2022-02-15 15:06:41 +01:00
|
|
|

|
2022-02-13 21:08:46 +01:00
|
|
|
|
2022-02-15 15:06:41 +01:00
|
|
|
## Create recipes
|
|
|
|
|
|
|
|
|
|

|
2022-02-13 14:14:18 +01:00
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
$ cd myapp
|
|
|
|
|
$ git init
|
|
|
|
|
$ podi init git@myserver:/dir/to/deploy
|
|
|
|
|
$ git push git@myserver
|
|
|
|
|
# PROFIT!
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
$ 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
|
|
|
|
|
|
|
|
|
|
* [adding your own recipes](doc/recipes.md)
|