We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637cc01 commit 941bb7fCopy full SHA for 941bb7f
.gitpod.yml
@@ -9,11 +9,11 @@ tasks:
9
init: |
10
ddev debug download-images
11
ddev composer install
12
- ddev drush si demo_umami -y
+ ddev drush si -y --account-pass=admin --site-name="DrupalPod" demo_umami
13
command: |
14
echo y | ddev start
15
if [ -n "$DP_INSTALL_PROFILE" ]; then
16
- ddev drush si "$DP_INSTALL_PROFILE" -y
+ ddev drush si -y --account-pass=admin --site-name="DrupalPod" "$DP_INSTALL_PROFILE"
17
fi
18
gp preview $(gp url 8080)
19
0 commit comments