From a91eef5415fe1e7d1656f1b49692a581b855cb25 Mon Sep 17 00:00:00 2001 From: FlorianEisenmenger Date: Mon, 25 May 2026 21:48:26 +0200 Subject: [PATCH] deploy php version --- httpdocs/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"