Skip to content

Instantly share code, notes, and snippets.

@simesy
Last active April 2, 2019 06:37
Show Gist options
  • Select an option

  • Save simesy/47f3e6b6e19df582b6f8ad72c705188b to your computer and use it in GitHub Desktop.

Select an option

Save simesy/47f3e6b6e19df582b6f8ad72c705188b to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# Pushed into the container by .lando.yml
alias phpunit=/app/vendor/bin/phpunit
# Pushed into the container by .lando.yml
SIMPLETEST_BASE_URL="http://d8-dev.lndo.site"
SIMPLETEST_DB="mysql://drupal8:drupal8@database/drupal8"
# Create a file inside the Drupal repo.
# It will reduce noise from `git status`
/vendor/
sites/*/files
sites/*/settings.php
composer.lock
name: d8dev
recipe: drupal8
config:
webroot: drupal
services:
appserver:
xdebug: true
proxy:
appserver:
- d8-dev.lndo.site
env_file:
- .env
events:
post-start:
- cp .bashrc /var/www/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment