Create buildspec.yml
add codebuild
This commit is contained in:
committed by
GitHub
parent
6d6dea54c7
commit
312b75fd66
14
buildspec.yml
Normal file
14
buildspec.yml
Normal 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
|
||||
Reference in New Issue
Block a user