Skip to content

Instantly share code, notes, and snippets.

@mardix
Created August 26, 2019 04:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mardix/63b1b6ee8afd74695a58c96001a9b765 to your computer and use it in GitHub Desktop.
Save mardix/63b1b6ee8afd74695a58c96001a9b765 to your computer and use it in GitHub Desktop.
Dokku stuff
Install Dokku
# must have dokku as username
git remote add dokku dokku@example.com:flask-example
# Edit Procfile
...
# Push
git push dokku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment