add deploy task

This commit is contained in:
CaiHQ
2022-04-22 14:10:09 +08:00
parent 519d4866ab
commit e189925de7
3 changed files with 23 additions and 3 deletions

10
backend/deployconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"host": "ip",
"privateKey": "e85ce2f4d8...",
"publicKey": "04da01345770b7e09d4774bf6cd67bf90b32eaa09f517c79b2d1f9b8a926",
"ypkPath": "./backend/build/contractexample-1.1.0.ypk",
"killBeforeStart": "ContractID/ContractName",
"createParam": {
},
"agentPort": 21030
}