Created
June 7, 2020 03:03
-
-
Save worldofprasanna/a79c9ea64e65ee543a6b3a30c12dd7c5 to your computer and use it in GitHub Desktop.
Deploy dokku application
This file contains hidden or 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
# Push the changes to remote(dokku) origin | |
git push dokku master | |
# List the apps in dokku | |
dokku apps:list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment