From f17741b218b7d001c9b8cbb56a105229ac8a16b4 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Tue, 22 Oct 2024 20:36:23 +0000 Subject: deploy fix --- deploy/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy') diff --git a/deploy/deploy.sh b/deploy/deploy.sh index d684b38..27c7869 100755 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -11,7 +11,7 @@ DIR=$(cd "$(dirname "$(readlink -f "$0")")" && pwd) DEV_DIR="$(realpath "$DIR/../")" STAGING_DIR="$HOME/staging" -PROD_DIR="$HOME/www" +PROD_DIR="$HOME/prod" PHP="$(which php)" REPO_URI=$(cat "$DEV_DIR/config.yaml" | grep ^git_repo | head -1 | awk '{print $2}') -- cgit v1.2.3