gitenberg-dev / giten_site

django repo for running the GITenberg website
http://www.gitenberg.org
40 stars 5 forks source link

Elastic Beanstalk Platform Hooks FYI #50

Closed marcdepoe closed 7 years ago

marcdepoe commented 7 years ago

Your letsencrypt approach is quite helpful - thank you! After a quick look at your readme, I wanted to make sure you are aware of Elastic Beanstalk deployment hooks:

http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/custom-platforms.html#custom-platform-hooks https://forums.aws.amazon.com/thread.jspa?threadID=137136

appdeploy/post script might help eliminate manual steps post-deployment

Sorry if improper channel, just trying to be helpful.

ScorpionResponse commented 7 years ago

Thanks!

The README file is a description of the process that the software will go through. At present the only manual step is switching the environment to use the new certificates. There is no manual intervention whenever a new instance of the application is deployed (when deployment hooks would run). The post-deploy hooks provided by the .ebextensions configuration seem to be sufficient for the minor directory configuration work needed here.