mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
docs: Note that the remote username is important
[ci skip]
This commit is contained in:
committed by
GitHub
parent
40e4df7e78
commit
3b2bb2ebc6
@@ -52,6 +52,7 @@ Now you can deploy the `ruby-rails-sample` app to your Dokku server. All you hav
|
||||
|
||||
```shell
|
||||
# from your local machine
|
||||
# the remote username *must* be dokku or pushes will fail
|
||||
git remote add dokku dokku@dokku.me:ruby-rails-sample
|
||||
git push dokku master
|
||||
```
|
||||
@@ -142,6 +143,8 @@ Note that if the buildpack or dockerfile build process require ssh key access fo
|
||||
The name of remote repository is used as the name of application to be deployed, as for example above:
|
||||
|
||||
```shell
|
||||
# from your local machine
|
||||
# the remote username *must* be dokku or pushes will fail
|
||||
git remote add dokku dokku@dokku.me:ruby-rails-sample
|
||||
git push dokku master
|
||||
```
|
||||
@@ -154,6 +157,8 @@ remote: http://ruby-rails-sample.dokku.me
|
||||
You can also specify fully qualified names, say `app.dokku.me`, as
|
||||
|
||||
```shell
|
||||
# from your local machine
|
||||
# the remote username *must* be dokku or pushes will fail
|
||||
git remote add dokku dokku@dokku.me:app.dokku.me
|
||||
git push dokku master
|
||||
```
|
||||
@@ -166,6 +171,8 @@ remote: http://app.dokku.me
|
||||
This is in particular useful, then you want to deploy to root domain, as
|
||||
|
||||
```shell
|
||||
# from your local machine
|
||||
# the remote username *must* be dokku or pushes will fail
|
||||
git remote add dokku dokku@dokku.me:dokku.me
|
||||
git push dokku master
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user