Skip to content

Instantly share code, notes, and snippets.

@olegakbarov
Last active August 29, 2015 14:19
Show Gist options
  • Save olegakbarov/c2b53ae6f701b5080d5b to your computer and use it in GitHub Desktop.
Save olegakbarov/c2b53ae6f701b5080d5b to your computer and use it in GitHub Desktop.
/**
~ hit this commands after you spinned new Droplet(with Dokku) on Digital Ocean
~ you can use any name instead of `dokku` (but you probably should not)
*/
git remote add dokku dokku@dokku_server_domain:app_name
git push dokku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment