Compare commits
No commits in common. "6f6bd4e34f87684ca95c9b645501ee0f0159b5f8" and "2ef48594668f3b85fec16d63152d092147a2f179" have entirely different histories.
6f6bd4e34f
...
2ef4859466
16
.drone.yml
16
.drone.yml
|
@ -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
4
.env
|
@ -22,6 +22,10 @@ REDIS_DSN=redis://127.0.0.1:6379/0
|
||||||
SENTRY_DSN=
|
SENTRY_DSN=
|
||||||
###< sentry/sentry-symfony ###
|
###< sentry/sentry-symfony ###
|
||||||
|
|
||||||
|
# docker-compose
|
||||||
|
PHP_FPM_PORT=9000
|
||||||
|
APP_LOCAL_PATH=/var/www/magnetico-web/current
|
||||||
|
|
||||||
###> symfony/mailer ###
|
###> symfony/mailer ###
|
||||||
MAILER_DSN=smtp://localhost
|
MAILER_DSN=smtp://localhost
|
||||||
MAILER_FROM=no-reply@magnetico-web.tld
|
MAILER_FROM=no-reply@magnetico-web.tld
|
||||||
|
|
|
@ -13,8 +13,6 @@ services:
|
||||||
- 'Symfony\Component\HttpKernel\Exception\BadRequestHttpException'
|
- 'Symfony\Component\HttpKernel\Exception\BadRequestHttpException'
|
||||||
- 'Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException'
|
- 'Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException'
|
||||||
|
|
||||||
# TODO: update:
|
|
||||||
# https://docs.sentry.io/platforms/php/guides/symfony/#monolog-integration
|
|
||||||
Sentry\Monolog\Handler:
|
Sentry\Monolog\Handler:
|
||||||
arguments:
|
arguments:
|
||||||
$hub: '@Sentry\State\HubInterface'
|
$hub: '@Sentry\State\HubInterface'
|
||||||
|
|
Loading…
Reference in a new issue