Skip to content

Commit

Permalink
Adding a new environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kravisankaran committed Dec 11, 2023
1 parent bba3f42 commit 7f07cd2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,13 @@ deploy:
bucket: $BUCKET_NAME_UE1
env: soloconnect-chat-integration
on:
branch: develop
branch: develop
- provider: elasticbeanstalk
access_key_id: $ACCESS_KEY_ID
secret_access_key: $SECRET_ACCESS_KEY
region: $REGION_UE1
app: $APP_NAME
bucket: $BUCKET_NAME_UE1
env: soloconnect-chat-production
on:
branch: master
2 changes: 2 additions & 0 deletions soloconnect/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@
"localhost",
"127.0.0.1",
"172.31.31.138",
"172.31.35.113",
"soloconnect-integration.us-east-1.elasticbeanstalk.com",
"soloconnect-db-final.us-west-2.elasticbeanstalk.com",
"soloconnect-production.us-east-1.elasticbeanstalk.com",
"testserver",
"soloconnect-chat-integration.us-east-1.elasticbeanstalk.com",
"soloconnect-chat-production.us-east-1.elasticbeanstalk.com",
]

# Application definition
Expand Down

0 comments on commit 7f07cd2

Please sign in to comment.