From 7b4d6dbbf2967cf263c0992660464467c3e78877 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 17 Dec 2020 15:24:55 -0600 Subject: [PATCH] Use port in example deployment --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 67891b2..c79f5f0 100644 --- a/readme.md +++ b/readme.md @@ -23,6 +23,6 @@ MIX_ENV=prod mix release ## Deploy ```bash -rsync -r ./build/rel/ $YOUR_HOST:~/my-app -ssh $YOUR_HOST ~/my-app/bin/lytedev daemon +rsync -r build/rel/ $YOUR_HOST:~/my-app +ssh $YOUR_HOST PORT=80 ~/my-app/bin/lytedev daemon ```