mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-08 14:10:05 +00:00
Added documentation for Cloudcontrol
This commit is contained in:
parent
5cad207f2d
commit
7dbb06decf
1 changed files with 6 additions and 0 deletions
|
@ -88,6 +88,12 @@ Example: redis+tcp://auth:mypass@redis.example.com:6379/5?prefix=cloudkeys::
|
|||
# cctrlapp APP_NAME/default deploy
|
||||
```
|
||||
|
||||
3. Set your configuration variables (see env variables in usage section above)
|
||||
|
||||
```
|
||||
# cctrlapp app_name/dep_name config.add PARAM1=VALUE1 PARAM2=VALUE2 [...]
|
||||
```
|
||||
|
||||
### Install on Heroku
|
||||
|
||||
1. Create a new Heroku app
|
||||
|
|
Loading…
Reference in a new issue