Skip to content

Commit

Permalink
[#1] change before_install option
Browse files Browse the repository at this point in the history
  • Loading branch information
le2sky committed Feb 25, 2022
1 parent 9cb0584 commit 94bcea8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
if: branch = develop
before_install:
- docker build -t le2sky/oleunaelim/server-test-app -f ./docker/Dockerfile.dev .
- mv ./docker/docker-compose.dev.yml ./docker-compose.yml
script:
- docker run -e CI=true le2sky/oleunaelim/server-test-app npm run test
after_success:
Expand All @@ -22,8 +23,6 @@ jobs:

deploy:
provider: elasticbeanstalk
script:
- mv ./docker/docker-compose.dev.yml ./docker-compose.yml
region: 'ap-northeast-2'
app: 'oleunaelim-test-server'
env: 'oleunaelim-test-server-env'
Expand Down

0 comments on commit 94bcea8

Please sign in to comment.