Skip to content

Commit

Permalink
Issue #376: Allow switch bee version in lando with rebuild (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkshire-pudding authored May 9, 2024
1 parent ad83973 commit 16e9384
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ config:
bee: false
services:
appserver:
build_as_root:
# As bee is now added by default, we need to remove any existing versions
# of bee if you tested a versioned install of bee by adding in the config
# section above.
# Remove the parent folder if it exists.
- rm -rf /var/www/.bee
# Remove the symlink if it exists.
- rm -f /usr/local/bin/bee
build:
# Make symlink for `bee` pointing to this version.
- ln -s /app/bee.php /usr/local/bin/bee
Expand Down

0 comments on commit 16e9384

Please sign in to comment.