Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stiw47 authored Jun 15, 2024
1 parent dff2a5c commit 6051310
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,16 @@ before_install:

script:
- docker run stiw47/docker-react echo All good!

deploy:
provider: elasticbeanstalk
region: "eu-central-1"
app: "docker-react"
env: "Docker-react-env"
bucket_name: "elasticbeanstalk-eu-central-1-654654537494"
bucket_path: "docker-react"
on:
branch: master
access_key_id: $AWS_ACCESS_KEY
secret_access_key:
secure: "$AWS_SECRET_KEY"

0 comments on commit 6051310

Please sign in to comment.