From 39897cc149588ca413c4cc9f4cb4b6d599ee73c5 Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Mon, 27 May 2019 14:17:52 -0400 Subject: [PATCH 1/2] Push-to-PWS integration See gh-417 --- push-to-pws/button.yml | 1 + readme.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 push-to-pws/button.yml diff --git a/push-to-pws/button.yml b/push-to-pws/button.yml new file mode 100644 index 000000000..e85329d59 --- /dev/null +++ b/push-to-pws/button.yml @@ -0,0 +1 @@ +repo: https://github.com/spring-projects/spring-petclinic.git diff --git a/readme.md b/readme.md index 86ac7955d..cc5c9db26 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,8 @@ # Spring PetClinic Sample Application [![Build Status](https://travis-ci.org/spring-projects/spring-petclinic.png?branch=master)](https://travis-ci.org/spring-projects/spring-petclinic/) +Deploy `spring-petclinic` app to Pivotal Web Services: + + Push + ## Understanding the Spring Petclinic application with a few diagrams See the presentation here From dc337f580c763c29ea3857cb9c79e9e23fce80d5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 1 Jun 2019 18:14:23 +0200 Subject: [PATCH 2/2] Polish "Push-to-PWS integration" See gh-417 --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index cc5c9db26..ce2715152 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # Spring PetClinic Sample Application [![Build Status](https://travis-ci.org/spring-projects/spring-petclinic.png?branch=master)](https://travis-ci.org/spring-projects/spring-petclinic/) -Deploy `spring-petclinic` app to Pivotal Web Services: +Deploy this sample application to Pivotal Web Services: - Push + Push ## Understanding the Spring Petclinic application with a few diagrams