Skip to content
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

Error when run eb deploy for the second time #11

Closed
yemilgr opened this issue May 25, 2020 · 1 comment
Closed

Error when run eb deploy for the second time #11

yemilgr opened this issue May 25, 2020 · 1 comment

Comments

@yemilgr
Copy link

yemilgr commented May 25, 2020

First time laravel app deploys ok, but next time i ran eb deploy EB throws and error. When i check logs seems to be trying to exec the same scripts in .platform

How to avoid this ??

Thanks

@rennokki
Copy link
Owner

rennokki commented Jun 5, 2020

Hey @yemilgr.

The .platform/ folder contains only scripts that will be running on each deployment, there is no way to avoid that because that's how the deployment process is built.

As stated in the Installation section, you should make them executable by running chmod +x: https://github.com/rennokki/laravel-aws-eb#installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants