From fb12dfa512970dd5f1b754a19d332ecef2e30b60 Mon Sep 17 00:00:00 2001 From: Yossi Yosefi Date: Thu, 10 Jun 2021 00:13:29 +0300 Subject: [PATCH] fix env --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa352cd..d16154a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ deploy: provider: elasticbeanstalk # We will deploy code to Elastic Beanstalk region: us-west-2 # Specify your region app: "my-first-app" # Copy it from Elastic Beanstalk dashboard - env: "MyfirstappEnv" # Copy it from Elastic Beanstalk dashboard + env: "Myfirstapp-env" # Copy it from Elastic Beanstalk dashboard # Access Key ID and Secret Access Key as configured in IAM of AWS. access_key_id: $AWS_ACCESS_KEY