/eb-docker-deploy

Elastic Beanstalk 를 사용하여 배포해보기

Primary LanguagePython

EB Docker Deploy

Requirements

  • python(3.6)
  • pipenv
  • Django(2.x)

Secrets

'.secrets.base.json'

{
    "SECRET_KEY":"<Django Secret key">
}

Running

# Move project's dirctory
pipenv install
pipenv shell
cd app
export DJANGO_SETTINGS_MODULE=config.settings.local