diff --git a/httpdocs/deploy.sh b/httpdocs/deploy.sh index 2de15be..5ec8701 100644 --- a/httpdocs/deploy.sh +++ b/httpdocs/deploy.sh @@ -12,7 +12,7 @@ GIT_DIR="/var/www/vhosts/memap.de/httpdocs/timetracking/timetracking-git-repo" APP_DIR="/var/www/vhosts/memap.de/httpdocs/timetracking/timetracking-copy" # Binaries -PHP="/usr/bin/php8.2" +PHP="/opt/plesk/php/8.4/bin/php" COMPOSER="/usr/local/bin/composer" NPM="/usr/bin/npm"