Compare commits

..

No commits in common. "6f6bd4e34f87684ca95c9b645501ee0f0159b5f8" and "2ef48594668f3b85fec16d63152d092147a2f179" have entirely different histories.

3 changed files with 4 additions and 18 deletions

View file

@ -1,16 +0,0 @@
kind: pipeline
type: docker
name: build-app
steps:
- name: build-deps
image: 'composer:2.3'
environment:
APP_ENV: dev
commands:
- composer install --no-progress --no-interaction --optimize-autoloader
- bin/console about
- 'bin/console lint:container'
- 'bin/console lint:twig'
- 'bin/console lint:container'
- 'bin/console lint:yaml'

4
.env
View file

@ -22,6 +22,10 @@ REDIS_DSN=redis://127.0.0.1:6379/0
SENTRY_DSN=
###< sentry/sentry-symfony ###
# docker-compose
PHP_FPM_PORT=9000
APP_LOCAL_PATH=/var/www/magnetico-web/current
###> symfony/mailer ###
MAILER_DSN=smtp://localhost
MAILER_FROM=no-reply@magnetico-web.tld

View file

@ -13,8 +13,6 @@ services:
- 'Symfony\Component\HttpKernel\Exception\BadRequestHttpException'
- 'Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException'
# TODO: update:
# https://docs.sentry.io/platforms/php/guides/symfony/#monolog-integration
Sentry\Monolog\Handler:
arguments:
$hub: '@Sentry\State\HubInterface'