initial add of cloudformation for platform seeding purposes

This commit is contained in:
Nicholas J. Parks
2017-04-22 14:22:41 -04:00
committed by Nanne Baars
parent fbb389a7b4
commit c3d18d5582
6 changed files with 396 additions and 0 deletions

12
buildspec.yml Normal file
View File

@ -0,0 +1,12 @@
version: 0.1
phases:
build:
commands:
- mvn package
artifacts:
files:
- webgoat-server/target/webgoat-server-8.0-SNAPSHOT.jar
discard-paths: yes