feat: update upack.json
This commit is contained in:
parent
04781c343c
commit
55efc00029
13
upack.json
13
upack.json
|
@ -1,18 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "test-java",
|
|
||||||
"version": "v1alpha2",
|
|
||||||
"description": "test java pack",
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"build": "jdk8",
|
"build": "jdk8"
|
||||||
"deploy": "jdk8"
|
|
||||||
},
|
},
|
||||||
"build_steps": [
|
"build_steps": [
|
||||||
"exec ./build.sh",
|
"exec ./build.sh",
|
||||||
"exec ./clean.sh"
|
"exec ./clean.sh"
|
||||||
],
|
]
|
||||||
"deploy_steps": [
|
|
||||||
"exec ./deploy.sh"
|
|
||||||
],
|
|
||||||
"main": "java -jar /app/app.jar",
|
|
||||||
"author": "test"
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue