I have two Environments at AWS Elastic Beanstalk: Development and Production.
I would like that .ebextensions/app.config only run on Production environment.
Theres any way to do that?
app.config:
container_commands:
01-command:
command: "crontab .ebextensions/cronjob"
leader_only: true