amazon web services - AWS No Environment found for EnvironmentName = 'name-env' -
why might seeing error after run git aws.push
?
remote: error: unable deploy application version: no environment found environmentname = 'reco-api-env'.
when grep flask app's directory environmentname
, see this:
./.elasticbeanstalk/config:6:environmentname=name-env ./.git/awsdevtools/aws/elastic_beanstalk_config.rb:36: :environment_name => "environmentname",
i suspect missed step in the process. need use eb start
before doing git aws.push
.
Comments
Post a Comment