-
Notifications
You must be signed in to change notification settings - Fork 26
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
No such file or directory #1
Comments
Hmm, does the .ebextensions/appdeploy/post/98_setupvars.sh still exist in your repo? This particular line in 01_setup.config should be copying it over: 020_appdeploy: |
I checked all of this, and the files are present. I realized that the problem only occurs when I try to run "eb deploy", or when I zip the file on the computer in my home.
|
Hmm, interesting. I'm not sure on the eb deploy, that should be including the .ebextensions folder by default. I'll have to test with that. When you create the zip file on your home computer are you making sure that it is including the hidden folders? zip -r deployment.zip . |
I ran into the same problem (but with |
Same issue here. For me, moving the hooks folder files to files section in 01_setup.config solved the problem. It seems like the only official way to provide hooks scripts is via files section in .config |
I am experiencing this error as well, however, there are quite a few files in the hooks folders and ideally don't want to move them all but if that's the only solution for this error I may have to. |
I'm trying to send the code to the elastic beanstalk. But I'm getting the following error:
[Instance: i-070f6ba774e338d74] Command failed on instance. Return code: 1 Output: No such file or directory - /opt/elasticbeanstalk/hooks/appdeploy/post/98_setupvars.sh. For more detail, check /var/log/eb-activity.log using console or EB CLI.
This code worked perfectly until last week, and today started to give this problem and I can not deploy a new version to the server.
part of eb-activity.log
The text was updated successfully, but these errors were encountered: