docs: update computers/dokku

This commit is contained in:
dan
2021-10-29 15:16:34 -04:00
committed by dan
parent 12677929b6
commit a3ed638dfb

View File

@@ -1,9 +1,19 @@
---
title: dokku
description:
published: 1
date: 2021-10-29T19:16:29.053Z
tags:
editor: markdown
dateCreated: 2021-10-29T18:53:57.049Z
---
Dokku Dokku
- ssh into remote computer - ssh into remote computer
`dokku apps:create [appname]` `dokku apps:create [appname]`
- local computer - local computer
`git remote add dokku dokku@192.168.86.38:[appname]` `git remote add dokku dokku@192.168.86.37:[appname]`
`git push dokku [local branch]:master` `git push dokku [local branch]:master`
- Note that the subdomain proxy needs to be added to nginx reverse proxy manager. - Note that the subdomain proxy needs to be added to nginx reverse proxy manager.