ElasticBeanstalk:处于不健康状态的环境(Codeship Pro,Jets)

时间:2017-06-29 17:07:30

标签: django elastic-beanstalk codeship

我正在尝试使用Codeship Pro将django应用程序部署到Elasticbeans谈话(当然使用docker)。部署

时,运行此步骤失败
  

codeship-steps.yml:

- name: deployment
      tag: aws-docker
      service: awsdeployment
      command: codeship_aws eb_deploy ./deploy my-project staging my-bucket
  

搬运工-compose.yml

    services:

      app:...
      db:...

      awsdeployment:
        image: codeship/aws-deployment
        encrypted_env_file: aws-deployment.env.encrypted
        environment:
          - AWS_DEFAULT_REGION=eu-central-1
        volumes:
          - ./:/deploy

错误:

enter image description here 信息:我正在尝试为项目设置CI / CD环境(登台/生产环境)

更新:在我的elasticbeanstalk中,我看到虽然我已将它们安装在我的Dockerfile中,但找不到django扩展名。(pip install -r requirements.txt

0 个答案:

没有答案