Created
August 26, 2019 04:35
-
-
Save mardix/63b1b6ee8afd74695a58c96001a9b765 to your computer and use it in GitHub Desktop.
Dokku stuff
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
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