fldist to aqua updates

This commit is contained in:
boneyard93501
2022-03-23 13:29:44 -05:00
parent 6466a312be
commit 79ef63a7a9
11 changed files with 21 additions and 20 deletions

View File

@ -6,8 +6,8 @@ set -o errexit -o nounset -o pipefail
(
cd artifacts
fldist new_service --name "url_downloader" --modules \
curl_adapter.wasm:curl_adapter.json \
local_storage.wasm:local_storage.json \
facade.wasm:facade.json
aqua remote deploy_service_service \
--addr /dns4/kras-05.fluence.dev/tcp/19001/wss/p2p/12D3KooWCMr9mU894i8JXAFqpgoFtx6qnV1LFPSfVc3Y34N4h4LS \
--data-path deployment_cfg.json \
--service url-downloader
)