Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
yyosefi committed Jun 9, 2021
1 parent 2542841 commit fb12dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb12dfa

Please sign in to comment.