From 1af95610ba363ce35617ec8272ca92dacc87b51c Mon Sep 17 00:00:00 2001 From: Sebastien Bortolussi Date: Mon, 14 Mar 2016 17:38:18 +0100 Subject: [PATCH] reduce documentation upgrade effort on release. See #7 --- .travis.yml | 5 +---- README.md | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index df136ec..ec1d1f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 160f7f2..28d4853 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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-.war env: SECURITY_USER_PASSWORD: MySecurePwd