dignoe / whenever-elasticbeanstalk

Allows you to run cron jobs easily on one or all AWS Elastic Beanstalk instances.
MIT License
48 stars 35 forks source link

.ebextensions/cron.config not created if .ebextensions directory does not exist #19

Closed jufemaiz closed 8 years ago

jufemaiz commented 10 years ago

When running

wheneverize-eb .

.ebextensions/cron.config is not created if the directory .ebextensions does not exist.

jufemaiz commented 10 years ago

Open question - should .ebextensions directory be added if not existing?

jufemaiz commented 8 years ago

Fixed in https://github.com/dignoe/whenever-elasticbeanstalk/pull/26