This commit is contained in:
adi 2017-04-20 14:38:02 +00:00 committed by GitHub
commit 85a43dc74d
2 changed files with 16 additions and 1 deletions

View file

@ -1,2 +1,11 @@
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
View file

@ -0,0 +1,6 @@
---
applications:
- name: spring-petclinic
memory: 512M
instances: 1
random-route: true