lando / lagoon

The Official Lagoon Lando Plugin
https://docs.lando.dev/lagoon
GNU General Public License v3.0
2 stars 4 forks source link

Lagoon cli #31

Open labboy0276 opened 2 years ago

labboy0276 commented 2 years ago

Recreated from PR https://github.com/lando/lagoon/pull/16

We've moved the lagoon-cli image into the uselagoon namespace, this PR makes sure to pull that version (it's also M1 compatible)

netlify[bot] commented 2 years ago

Deploy Preview for lando-lagoon ready!

Name Link
Latest commit 0f6ce919a6e360972c16defbd068947c6def516c
Latest deploy log https://app.netlify.com/sites/lando-lagoon/deploys/626160580659be00096d9669
Deploy Preview https://deploy-preview-31--lando-lagoon.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

labboy0276 commented 2 years ago

@tobybellwood I moved your code so I could adjust some stuffs so our tests will pass. However, I am still having an issue as you can see here: https://github.com/lando/lagoon/runs/6113182627?check_suite_focus=true

Any thoughts on to why it can't find the .lagoon.yml in the repo with lagoon cli now?

tobybellwood commented 2 years ago

Okies, will have a look today! It shouldn't have changed...

tobybellwood commented 2 years ago

ooh - there was a change in the way that lagoon-cli worked. We, in the dockerfile, touch an empty /root/.lagoon.yml (https://github.com/uselagoon/lagoon-cli/blob/main/Dockerfile#L22) to make sure it boots, but Lando overwrites the entire /root/ directory, so you'll need to make sure there is a .lagoon.yml file the root of the directory that's mounted in) https://uselagoon.github.io/lagoon-cli/#running-as-a-docker-image