Move all files to test-driven-drupal/demo/drupal-london/
This commit is contained in:
parent
0db961b741
commit
695d8b0299
44 changed files with 0 additions and 0 deletions
31
test-driven-drupal/demo/drupal-london/build-configs.yaml
Normal file
31
test-driven-drupal/demo/drupal-london/build-configs.yaml
Normal file
|
@ -0,0 +1,31 @@
|
|||
name: drupal-london-meetup
|
||||
template: drupal
|
||||
web:
|
||||
type: nginx
|
||||
database:
|
||||
type: mariadb
|
||||
version: 10
|
||||
php:
|
||||
version: 8.3-fpm-bullseye
|
||||
phpcs:
|
||||
paths:
|
||||
- web/modules/custom
|
||||
standards:
|
||||
- Drupal
|
||||
- DrupalPractice
|
||||
phpstan: false
|
||||
drupal:
|
||||
docroot: web
|
||||
docker-compose:
|
||||
services:
|
||||
- database
|
||||
- php
|
||||
- web
|
||||
dockerfile:
|
||||
stages:
|
||||
build:
|
||||
commands:
|
||||
- composer validate --strict
|
||||
- composer install
|
||||
experimental:
|
||||
createGitHubActionsConfiguration: false
|
Loading…
Add table
Add a link
Reference in a new issue