Skip to content

Commit

Permalink
reduce documentation upgrade effort on release.
Browse files Browse the repository at this point in the history
See #7
  • Loading branch information
s-bortolussi committed Mar 14, 2016
1 parent bb3a589 commit 1af9561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ sudo: true
jdk:
- oraclejdk8
after_success:
- mkdir static-creds-broker
- cp target/static-creds-broker-1.2.war static-creds-broker
- cp manifest.yml static-creds-broker/
- zip -r static-creds-broker ./static-creds-broker/*
- zip -j static-creds-broker manifest.yml target/*.war
deploy:
provider: releases
skip_cleanup: true
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ $ curl -O -L $LATEST_RELEASE_URL
# Unzip the zip release of this broker. The zip contains binary release and manifest file.
$ unzip static-creds-broker.zip
$ cd to-release
# Configure the broker through environment variables, possibly captured in a CF CLI manifest file
# A sample default example manifest file is provided, adapt it to your environment (in particular set the domain)
Expand All @@ -29,7 +28,7 @@ applications:
instances: 1
host: mybroker
domain: my-admin-domain.cf.io
path: static-creds-broker-1.1.war
path: static-creds-broker-<LATEST_RELEASE_VERSION>.war
env:
SECURITY_USER_PASSWORD: MySecurePwd
Expand Down

0 comments on commit 1af9561

Please sign in to comment.