Skip to content

Commit

Permalink
hotfix: adjust travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Pof Magicfingers committed Mar 19, 2019
1 parent 5fed74d commit 6e88284
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
script:
- npm run codecov
after_success:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker login -u $DOCKER_USER -p $DOCKER_PASS
- export REPO=podshows/podcloud-feeds
- export TAG=`if [ "$TRAVIS_BRANCH" == "master" ]; then echo "latest"; else echo $TRAVIS_BRANCH
; fi`
Expand Down
2 changes: 0 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ ssh $SSH_HOST BASE=$BASE 'bash -s' <<'CMD'
mkdir -p $BASE/releases
CMD

exit_code=$?
test $exit_code -ne 0 && exit($exit_code)
echo "Creating release"
rsync -avzPhc docker-compose.production.yml $SSH_HOST:$BASE/$RELEASEN/docker-compose.yml
rsync -avzPhc config $SSH_HOST:$BASE/$RELEASEN/config
Expand Down

0 comments on commit 6e88284

Please sign in to comment.