forked from nickveenhof/drupal8-umami-search
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.lando.yml
More file actions
36 lines (36 loc) · 807 Bytes
/
.lando.yml
File metadata and controls
36 lines (36 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: search-api-demo
recipe: drupal8
config:
webroot: web
xdebug: true
index: false
edge: false
cache: true
#events:
# pre-pull:
# - terminus alpha:aliases
services:
appserver:
build:
- composer install
tooling:
drush:
service: appserver
cmd: /app/vendor/bin/drush
phplint:
service: appserver
cmd: /app/vendor/bin/phplint
phpcs:
service: appserver
cmd: /app/vendor/bin/phpcs
phpunit:
service: appserver
cmd: /app/vendor/bin/phpunit
# deploy-code:
# service: appserver
# cmd: /app/scripts/deploy_code.sh
# description: Build the project artifact from sources and deploy it to Pantheon
# deploy:
# service: appserver
# cmd: /app/scripts/deploy.sh
# description: Deploy the build and run database and configuration updates