-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy hook fails (permission denied) #177
Comments
When running a verbose rebuild with
|
As a workaround, I tried running the code in the platform.sh deploy hook from the lando run build step instead. That doesn't work either, because the platform.sh environment variables (such as |
After upgrading linux mint from 20 to 21, I had to update docker as well (Docker version 20.10.19). After that, I noticed that the deploy hook configured in
.platform.app.yaml
is not being run when I do alando rebuild
(I'm using lando v3.6.4). I tried downgrading docker to 20.10.18, 20.10.16, and 20.10.13, but the problem persists (earlier docker versions are not avaible for ubuntu jammy it seems).When I
lando ssh
into the container and run the commands in the deploy hook section manually, my local build works.I checked the logs in .lando/logs, and I don't any errors or relevant info.
The text was updated successfully, but these errors were encountered: