mirror of
https://github.com/coderofsalvation/podi.git
synced 2025-12-16 03:47:45 +01:00
52ce3b9a1b5faf6393fa3a521793a3f6022fd55b
remove layers of complexity.
Usage
$ cd myapp
$ wget "https://raw.githubusercontent.com/coderofsalvation/podi/master/podi"
$ chmod 755 podi
PROFIT! now init your (ssh)server to enable a heroku-ish workflow:
Features
- fully hackable PaaS & Gitops-designer (embedded in your repo)
- multitenant: multi-branch and multi-sshuser deployments
podi ls: gitops templates for containerizing, autosuspending services on baremetal etc- hookable (
on build callmyfunction arg1) - podi weighs ~7k, just needs ssh+git installed
- works on raspberry pi zero but also on kubernetes
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%
