mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
Merge 97a70cd40a
into ffa967c94b
This commit is contained in:
commit
85a43dc74d
2 changed files with 16 additions and 1 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,2 +1,11 @@
|
||||||
language: java
|
language: java
|
||||||
jdk: oraclejdk8
|
script: mvn package -Popenshift
|
||||||
|
jdk:
|
||||||
|
- oraclejdk7
|
||||||
|
- openjdk7
|
||||||
|
deploy:
|
||||||
|
provider: openshift
|
||||||
|
user: "aditya.vadaganadam@gmail.com"
|
||||||
|
password: "Peanut45" # can be encrypted
|
||||||
|
domain: "101devops"
|
||||||
|
app: "forumapp"
|
||||||
|
|
6
manifest.yml
Normal file
6
manifest.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
applications:
|
||||||
|
- name: spring-petclinic
|
||||||
|
memory: 512M
|
||||||
|
instances: 1
|
||||||
|
random-route: true
|
Loading…
Reference in a new issue