diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2024-10-22 20:36:23 +0000 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2024-10-22 20:36:23 +0000 |
commit | f17741b218b7d001c9b8cbb56a105229ac8a16b4 (patch) | |
tree | 526ee2d4ea394a32b1ec6e21bf97efa49032ddf9 | |
parent | 7731cfb16122ac03c9fcd59cc525731cb293e198 (diff) |
-rwxr-xr-x | deploy/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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}') |