mirror of
https://gitee.com/BDWare/ypk-deploy-tool
synced 2026-02-14 16:09:26 +00:00
add simple-ypk-packer
This commit is contained in:
14
docker/docker-compose/deployentry.json
Normal file
14
docker/docker-compose/deployentry.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"generateTasks": [
|
||||
{
|
||||
"isBatch": true,
|
||||
"dir": "./input/deploy",
|
||||
"template": "example.json.template",
|
||||
"commvar": "commonvar.json",
|
||||
"files": "examplefiles.json"
|
||||
}
|
||||
],
|
||||
"deployTasks": [
|
||||
"./input/deploy/controlproxy/"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user