Last active
August 29, 2015 14:22
-
-
Save ddollar/be695d224b31a77adcca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ convox login https://convox-34973948234.us-east-1.elb.amazonaws.com | |
Password: *********** | |
Successfully logged in. | |
$ convox cluster create staging | |
Instance Size [t2.small]: t2.medium | |
Instance Count [2]: | |
Creating cluster.................................. done | |
$ convox app create dashboard --source https://github.com/convox/dashboard | |
Cluster [staging]: | |
Creating app......... done | |
$ convox build | |
RUNNING: git clone https://github.com/convox/dashboard.git /tmp/repo232047942/clone | |
Cloning into '/tmp/repo232047942/clone'... | |
RUNNING: /usr/local/bin/git-restore-mtime . | |
RUNNING: docker-compose -p axvlbzgba build | |
Building web... | |
Step 0 : FROM gliderlabs/alpine:3.1 | |
... | |
$ convox releases | |
RJVHXFJQOXN about a minute ago | |
RNMHFUOEHDK 4 days ago | |
RLPQBCVDGFK about a week ago | |
RLMNBKOOLDJ two weeks ago | |
$ convox promote RLPQBCVDGFK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment