| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 5 months |
| seen | Mar 14 at 5:39 | |
| stats | profile views | 4 |
|
Dec 13 |
comment |
Elastic beanstalk rails application with git source and deploy hooks Not sure about this one, but I think it can be done using services. docs.amazonwebservices.com/elasticbeanstalk/latest/dg/… |
|
Nov 28 |
comment |
Elastic beanstalk rails application with git source and deploy hooks I'm not aware of any debugging technique at the moment. I even tried to look for some, but could not find standard guidelines to do so. About the symbolic link, just confirming, do you have a /var/app/shared directory on the instance? Manual symlinking will always work. Did you check the value of EB_CONFIG_APP_ONDECK environment variable? Can you paste the output of echo $EB_CONFIG_APP_ONDECK? |
|
Nov 27 |
awarded | Supporter |
|
Nov 27 |
comment |
Elastic beanstalk rails application with git source and deploy hooks I'm not sure if this is the best way, but I always did a git push followed by a git aws.push. Since my environment was set up with Jenkins CI, git push happened on my development machine whereas git aws.push happened from the CI server. |
|
Nov 26 |
awarded | Teacher |
|
Nov 26 |
answered | Elastic beanstalk rails application with git source and deploy hooks |