我正在尝试使用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
错误:
信息:我正在尝试为项目设置CI / CD环境(登台/生产环境)
更新:在我的elasticbeanstalk中,我看到虽然我已将它们安装在我的Dockerfile中,但找不到django扩展名。(pip install -r requirements.txt
)