Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 20 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,24 @@ script:
- docker run -e CI=true singhabhinav/react-project npm run test

deploy:
provider: elasticbeanstalk
region: us-west-1 # Specify your region
app: "docker-react-project" # Copy it from Elastic Beanstalk dashboard
env: "DockerReactProject-env-2" # Copy it from Elastic Beanstalk dashboard
bucket_name: "elasticbeanstalk-us-west-1-034275272121"
bucket_path: "docker"
access_key_id: $AWS_ACCESS_KEY
secret_access_key: $AWS_SECRET_KEY
on:
- provider: elasticbeanstalk
region: us-east-2 # Specify your region
app: "react-project-docker" # Copy it from Elastic Beanstalk dashboard
env: "ReactProjectDocker-env" # Copy it from Elastic Beanstalk dashboard
bucket_name: "elasticbeanstalk-us-east-2-784361934830"
bucket_path: "docker"
access_key_id: $AWS_ACCESS_KEY
secret_access_key: $AWS_SECRET_KEY
on:
branch: master
- provider: elasticbeanstalk
region: us-east-2 # Specify your region
app: "react-project-docker-staging" # Copy it from Elastic Beanstalk dashboard
env: "ReactProjectDockerStaging-env" # Copy it from Elastic Beanstalk dashboard
bucket_name: "elasticbeanstalk-us-east-2-784361934830"
bucket_path: "docker"
access_key_id: $AWS_ACCESS_KEY
secret_access_key: $AWS_SECRET_KEY
on:
branch: staging

2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function App() {
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload by Abhinav.
Edit <code>src/App.js</code> and save to reload by Anvesh Rao 123 second feature .
</p>
<a
className="App-link"
Expand Down
1 change: 1 addition & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ body {
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;

}