update deployment folder for php 8.4 #78

Merged
lubiana merged 1 commit from update-deployment-scripts into main 2025-02-01 21:44:54 +00:00
3 changed files with 2 additions and 3 deletions

View file

@ -15,7 +15,6 @@ do
cp -r ../../"$path" ./ cp -r ../../"$path" ./
done done
rm ./bin/phpunit
APP_ENV=prod composer install --no-dev -a APP_ENV=prod composer install --no-dev -a
rm -rf ./var/cache rm -rf ./var/cache

View file

@ -26,12 +26,12 @@ ExecStart=/usr/bin/podman run \
--replace \ --replace \
-d \ -d \
--name futtern-php \ --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/www/html \
--volume %h/futtern/app/var:/var/www/html/var \ --volume %h/futtern/app/var:/var/www/html/var \
--env APP_ENV=prod \ --env APP_ENV=prod \
--env APP_SECRET=UwUtHiSisNotSecurePlZcHanGeMe \ --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 \ ExecStop=/usr/bin/podman stop \
--ignore -t 10 \ --ignore -t 10 \
--cidfile=%t/%n.ctr-id --cidfile=%t/%n.ctr-id