Deploying Rails with Dokku - [email protected] Password?

ChrisM

Im deploying a rails app to a digitalocean server with these steps.

http://dokku.viewdocs.io/dokku/application-deployment/

problem is when i get to the Deploy App section it says

Now you can deploy the ruby-rails-sample app to your Dokku server. All you have to do is add a remote to name the app. Applications are created on-the-fly on the Dokku server.

git remote add dokku [email protected]:ruby-rails-sample
git push dokku master

When i enter that its asking to enter dokku:dokku.me password.

Does anyone know why or what is the default password for this? No mention of dokku.me before this step.

Jose Diaz-Gonzalez

We don't set a password on the user, so this is likely your ssh key's password.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related