From a3ed638dfb2f131ddaa4114e001140616ba710e3 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 29 Oct 2021 15:16:34 -0400 Subject: [PATCH] docs: update computers/dokku --- computers/dokku.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/computers/dokku.md b/computers/dokku.md index 300e693..93f4f24 100644 --- a/computers/dokku.md +++ b/computers/dokku.md @@ -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 - ssh into remote computer `dokku apps:create [appname]` - 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` - Note that the subdomain proxy needs to be added to nginx reverse proxy manager. \ No newline at end of file