Skip to content

Commit

Permalink
skip cleanup before deployment in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sriv committed Aug 2, 2017
1 parent 57c11ee commit 6f919a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ install:
script:
- RACK_ENV=production bundle exec rake war
before_deploy:
- chmod +r activeadmin-demo.war
- export RELEASE_WAR_FILE=$(ls activeadmin-demo.war)
- echo "deploying $RELEASE_WAR_FILE to GitHub releases"
deploy:
provider: releases
skip_cleanup: true
api_key:
secure: GeYGzycBHlIPWAcG+xt90fs/hqWxYVkpodm1aEL6Wkk4M6TXC7CQPtjOaBR2jQ/joIJ7xKYnYfcIqk1mg/97hnJTsDWQBG2PyFpCRrZVGRf85LZ1EQ4PVfkQFgcnYxhHmknJbQ1OWOMg4ylHsAl31lmTN2wmAyBrIizpBdlTilY=
file: "${RELEASE_WAR_FILE}"
Expand Down

0 comments on commit 6f919a3

Please sign in to comment.