update deployment paths
All checks were successful
/ ls (pull_request) Successful in 29s
/ ls (push) Successful in 28s

This commit is contained in:
lubiana 2024-06-23 09:21:20 +02:00
parent 38a2de5858
commit 14bb4a1542
No known key found for this signature in database
6 changed files with 8 additions and 39 deletions

View file

@ -26,9 +26,9 @@ ExecStart=/usr/bin/podman run \
--replace \
-d \
--name futtern-php \
--volume /home/c3h-futtern/etc/php83/php-fpm.d/www.conf:/etc/php83/php-fpm.d/www.conf \
--volume /home/c3h-futtern/futtern-app:/var/www/html \
--volume /home/c3h-futtern/var:/var/www/html/var \
--volume %h/futtern/etc/php83/php-fpm.d/www.conf:/etc/php83/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