Skip to content

Instantly share code, notes, and snippets.

@bacongobbler
Created May 27, 2014 20:31
Show Gist options
  • Save bacongobbler/34896869f810dbe23312 to your computer and use it in GitHub Desktop.
Save bacongobbler/34896869f810dbe23312 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
source ~/venv/bin/activate
deis register http://local.deisapp.com:8000 --username=test --password=test --email=test@test.com
deis login http://local.deisapp.com:8000 --username=test --password=test
deis keys:add ~/.ssh/id_rsa.pub
deis init dev local.deisapp.com --hosts=local.deisapp.com --auth=~/.vagrant.d/insecure_private_key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment