Compare commits

...

2 Commits

Author SHA1 Message Date
Leon Morival 2887260830 feat: 120 seconds timeout
Laravel CI-CD / Tests Unitaires (push) Successful in 38s Details
Laravel CI-CD / Deploy with Kamal (push) Successful in 1m13s Details
2026-05-19 23:23:07 +02:00
Leon Morival e0ac12b1bb feat: debug true 2026-05-19 23:11:34 +02:00
2 changed files with 4 additions and 1 deletions

View File

@ -56,4 +56,6 @@ RUN chown -R www-data:www-data /var/www/html/storage /var/www/html/bootstrap/cac
ENV APP_ENV=production
ENV APP_RUNTIME=Laravel\FrankenPHP\Runtime
HEALTHCHECK NONE
CMD ["sh", "-c", "php artisan migrate --force && php artisan storage:link && php artisan optimize && php artisan view:cache && php artisan event:cache && frankenphp run --config /etc/caddy/Caddyfile"]

View File

@ -1,5 +1,6 @@
service: bemeal
image: daily_meal/bemeal-api
deploy_timeout: 120
x-hosts: &hosts
- <%= ENV.fetch("SSH_HOST", "89.167.35.217") %>
@ -56,7 +57,7 @@ env:
clear:
APP_LOCALE: fr
APP_ENV: production
APP_DEBUG: "false"
APP_DEBUG: "true"
APP_URL: https://bemeal.leonmorival.com
SERVER_NAME: ":80"
APP_RUNTIME: "Laravel\\FrankenPHP\\Runtime"