Imported from Joplin
This commit is contained in:
9
computers/dokku.md
Normal file
9
computers/dokku.md
Normal file
@@ -0,0 +1,9 @@
|
||||
Dokku
|
||||
|
||||
- ssh into remote computer
|
||||
`dokku apps:create [appname]`
|
||||
- local computer
|
||||
`git remote add dokku dokku@192.168.86.38:[appname]`
|
||||
`git push dokku [local branch]:master`
|
||||
|
||||
- Note that the subdomain proxy needs to be added to nginx reverse proxy manager.
|
||||
Reference in New Issue
Block a user