Skip to content

akoenig/doploy

Repository files navigation

doploy

A remote provisioning manager for the dokku platform (work in progress).

Installation

npm install -g doploy

SSH configuration example

~/.ssh/config

Host localhost.dev
   User dokku
   IdentityFile ~/.ssh/id_rsa
Usage: doploy [options] [command]


Commands:

  install <host>    installs the app on the given host
  uninstall <host>  uninstalls the app on the given host

Options:

  -h, --help     output usage information
  -V, --version  output the version number

Tests

gulp test

License

MIT © 2015, André König (andre.koenig@posteo.de)

About

A remote provisioning manager for the dokku platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published