reflecting the deployment config changes (#344)

* reflecting the deployment config changes

* Try temporary CI fix (#345)

Co-authored-by: igor <dev@igor.sh>
Co-authored-by: Anatoly Laskaris <github_me@nahsi.dev>
This commit is contained in:
igor
2022-06-28 11:54:32 +02:00
committed by GitHub
parent 68f84d8b28
commit 9d0f3b10eb
14 changed files with 53 additions and 57 deletions

View File

@ -4,13 +4,13 @@
{
"name": "curl_adapter",
"path": "./artifacts/curl_adapter.wasm",
"mounted_binaries": [["curl", "/usr/bin/curl"]],
"logger_enabled": [true]
"mounted_binaries": ["curl", "/usr/bin/curl"],
"logger_enabled": true
},
{
"name": "price_getter_service",
"path": "./artifacts/price_getter_service.wasm",
"logger_enabled": [true]
"logger_enabled": true
}
]
},
@ -19,7 +19,7 @@
{
"name": "mean_service",
"path": "./artifacts/mean_service.wasm",
"logger_enabled": [true]
"logger_enabled": true
}
]
}