diff --git a/deploy/etc/php83/php-fpm.d/www.conf b/deploy/etc/php84/php-fpm.d/www.conf similarity index 100% rename from deploy/etc/php83/php-fpm.d/www.conf rename to deploy/etc/php84/php-fpm.d/www.conf diff --git a/deploy/prepare-deploy.sh b/deploy/prepare-deploy.sh index 6a80baa..40af730 100755 --- a/deploy/prepare-deploy.sh +++ b/deploy/prepare-deploy.sh @@ -15,7 +15,6 @@ do cp -r ../../"$path" ./ done -rm ./bin/phpunit APP_ENV=prod composer install --no-dev -a rm -rf ./var/cache diff --git a/deploy/systemd/container-futtern-php.service b/deploy/systemd/container-futtern-php.service index e6f139c..8701c04 100644 --- a/deploy/systemd/container-futtern-php.service +++ b/deploy/systemd/container-futtern-php.service @@ -26,12 +26,12 @@ ExecStart=/usr/bin/podman run \ --replace \ -d \ --name futtern-php \ - --volume %h/futtern/etc/php83/php-fpm.d/www.conf:/etc/php83/php-fpm.d/www.conf \ + --volume %h/futtern/etc/php84/php-fpm.d/www.conf:/etc/php84/php-fpm.d/www.conf \ --volume %h/futtern/app:/var/www/html \ --volume %h/futtern/app/var:/var/www/html/var \ --env APP_ENV=prod \ --env APP_SECRET=UwUtHiSisNotSecurePlZcHanGeMe \ - git.php.fail/lubiana/container/php:8.3-fpm + git.php.fail/lubiana/container/php:8.4-fpm ExecStop=/usr/bin/podman stop \ --ignore -t 10 \ --cidfile=%t/%n.ctr-id