diff options
-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}') |