Use production config in production and dev config in dev.
This commit is contained in:
parent
25c4054c19
commit
67147240b6
4 changed files with 28 additions and 8 deletions
|
@ -35,4 +35,6 @@ container_commands:
|
|||
|
||||
option_settings:
|
||||
"aws:elasticbeanstalk:container:python:staticfiles":
|
||||
"/static": "static/"
|
||||
"/static": "static/"
|
||||
"aws:elasticbeanstalk:application:environment":
|
||||
"STACK": "prod"
|
||||
|
|
Reference in a new issue