1.1.0 • Published 4 years ago

@twilson63/dokku-deployer v1.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

dokku-deployer

CLI to deploy apps via a secure api from dokku-deploy

Usage

Set ENV variable JWT_SECRET

npx @twilson63/dokku-deploy https://api.apps.twilson63.sh https://git.twilson63.sh/twilson63/hw3.git hw3

The cli will post to the first argument api endpoint a json document with the src node assigned to the second argument and the target node assigned to the third argument.

WIP