Create buildspec.yml

add codebuild
This commit is contained in:
Sofiene BEN KHEMIS
2021-05-09 20:02:08 +02:00
committed by GitHub
parent 6d6dea54c7
commit 312b75fd66

14
buildspec.yml Normal file
View File

@@ -0,0 +1,14 @@
version: 0.2
phases:
build:
commands:
- echo Entered the build phase...
- mvn clean package
post_build:
commands:
- echo Build completed successfully
artifacts:
files:
- target/app-service.jar
discard-paths: yes