Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ tasks:
init: |
docker build -t devwithlando/php:8.0-apache-4 .
docker build -t devwithlando/phpmyadmin:5.1.1 .
command: |
lando start
lando composer require drush/drush
lando composer install
chmod ug+w -R /workspace/drupal-dev-environment/sites/default/
lando drush si -y --account-pass=admin --site-name='lando_drupal9' --db-url=mysql://drupal9:drupal9@database/drupal9 demo_umami
command: |
lando start
gp preview $(gp url $(lando info --format=json | jq -r ".[0].urls[0]" | sed -e 's#http://localhost:\(\)#\1#'))

ports:
Expand Down Expand Up @@ -43,4 +44,4 @@ vscode:
- tombonnike.vscode-status-bar-format-toggle
- usernamehw.errorlens
- mblode.twig-language
- skippednote.VS-code-drupal
- skippednote.VS-code-drupal