Simple CLI for: developer self service
$ deis create
Creating Application... done, created earthy-instinct
Git remote deis added
remote available at ssh://
[email protected]:2222/earthy-
instinct.git
$ git push deis master
Starting build... but first, coffee!
-----> Go app detected
-----> Checking Godeps/Godeps.json file.
-----> Installing go1.4.2... done
-----> Running: godep go install -tags heroku ./...
-----> Discovering process types
Procfile declares types -> web
-----> Compiled slug size is 1.7M
Build complete.
Launching app.
Done, earthy-instinct:v2 deployed to Deis
$