2022-02-20 22:39:08 +01:00
2022-02-18 12:48:27 +01:00
2022-02-09 21:22:22 +01:00
2022-02-13 13:23:31 +01:00
2022-02-20 22:39:08 +01:00
2022-02-15 15:26:20 +01:00
2022-02-18 12:39:08 +01:00
2022-02-09 21:22:22 +01:00
2022-02-09 13:11:08 +01:00
2022-02-18 13:02:31 +01:00
2022-02-15 15:11:37 +01:00

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

Description
a cute gitops utility (~7kb) to turn servers into PaaS platforms using only git+ssh. #hybrid #baremetal #bubblewrap #k8s #podman #docker
Readme MIT 415 KiB
Languages
Shell 93.4%
Dockerfile 6.6%