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 270f158 commit dff2a5c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,3 @@ 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-453034705398"
bucket_path: "docker-react"
on:
branch: master
access_key_id: "$AWS_ACCESS_KEY"
secret_access_key:
secure: "$AWS_SECRET_KEY"

0 comments on commit dff2a5c

Please sign in to comment.