Skip to content

Commit

Permalink
Now site install opens a browser with admin user logged in
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Sep 6, 2024
1 parent 2236845 commit 4653592
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion commands/host/site-install
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ else
ddev drush @${SITE_ALIAS} image_derivatives:generate || true
fi

ddev drush @${SITE_ALIAS} uli || true
ddev launch $(ddev drush uli)
fi
4 changes: 0 additions & 4 deletions install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@ project_files:
- web-build

post_install_actions:
# Auto install disabled by default
# - |
# ddev aljibe-kickstart

- ./scripts/install-dependencies.sh
- test -f aljibe.yaml || cp aljibe.yaml.example aljibe.yaml

0 comments on commit 4653592

Please sign in to comment.