Deploying an Application - Dokku Documentation

PHOTO EMBED

Fri May 12 2023 19:29:32 GMT+0000 (Coordinated Universal Time)

Saved by @mybusybeeadmin

# from your local machine
# the remote username *must* be dokku or pushes will fail
# the below example assumes your app server domain or IP is dokku.me. Push in the form of: dokku@{serveripordomain}:{dokkuappname}
git remote add dokku dokku@dokku.me:ruby-getting-started
git push dokku main:master
content_copyCOPY

https://dokku.com/docs/deployment/application-deployment/