We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c11ee commit 6f919a3Copy full SHA for 6f919a3
.travis.yml
@@ -10,11 +10,11 @@ install:
10
script:
11
- RACK_ENV=production bundle exec rake war
12
before_deploy:
13
- - chmod +r activeadmin-demo.war
14
- export RELEASE_WAR_FILE=$(ls activeadmin-demo.war)
15
- echo "deploying $RELEASE_WAR_FILE to GitHub releases"
16
deploy:
17
provider: releases
+ skip_cleanup: true
18
api_key:
19
secure: GeYGzycBHlIPWAcG+xt90fs/hqWxYVkpodm1aEL6Wkk4M6TXC7CQPtjOaBR2jQ/joIJ7xKYnYfcIqk1mg/97hnJTsDWQBG2PyFpCRrZVGRf85LZ1EQ4PVfkQFgcnYxhHmknJbQ1OWOMg4ylHsAl31lmTN2wmAyBrIizpBdlTilY=
20
file: "${RELEASE_WAR_FILE}"
0 commit comments