Skip to content

Commit

Permalink
added travis file aws
Browse files Browse the repository at this point in the history
  • Loading branch information
bn committed Nov 22, 2019
1 parent dedc355 commit 3a3e2e0
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,18 @@ before_install:
- docker build -t bn/docker-react -f Dockerfile.dev .

script:
- docker run -e CI=true bn/docker-react npm run test
- docker run -e CI=true bn/docker-react npm run test

deploy:
edge: true,
provider: elasticbeanstalk
region: "eu-central-1"
app: "docker-react"
env: "DockerReact-env"
bucket_name: "elasticbeanstalk-eu-central-1-298529962812"
bucket_path: "docker-react"
on:
branch: master
access_key_id: $AWS_ACCESS_KEY
secret_access_key:
secure: "$AWS_SECRET_KEY"

0 comments on commit 3a3e2e0

Please sign in to comment.