Skip to content

Instantly share code, notes, and snippets.

@ddollar
Last active August 29, 2015 14:22
Show Gist options
  • Save ddollar/be695d224b31a77adcca to your computer and use it in GitHub Desktop.
Save ddollar/be695d224b31a77adcca to your computer and use it in GitHub Desktop.
$ 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