From 1ba3df7b2e2a90ae035ea6335879a710ef547932 Mon Sep 17 00:00:00 2001 From: Nikolai R Kristiansen Date: Sun, 27 Feb 2022 12:42:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20deploy=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy b/bin/deploy index 844cf03..45d7cf2 100755 --- a/bin/deploy +++ b/bin/deploy @@ -1,7 +1,7 @@ #!/bin/bash set -eu -PROJECT_PATH=/var/www/neuf.no/edb +PROJECT_PATH=/var/www/neuf.no/edb/edb-www echo "Deploying bbs to ${PROJECT_PATH}" cd "$PROJECT_PATH" || exit 1