update aqua deploy to config-path from data-path

This commit is contained in:
boneyard93501
2022-04-28 09:40:54 +02:00
parent eb9e6df35c
commit abf573ee00
12 changed files with 17 additions and 18 deletions

View File

@ -8,6 +8,6 @@ set -o errexit -o nounset -o pipefail
aqua remote deploy_service \
--addr /dns4/kras-05.fluence.dev/tcp/19001/wss/p2p/12D3KooWCMr9mU894i8JXAFqpgoFtx6qnV1LFPSfVc3Y34N4h4LS \
--data-path deployment_cfg.json \
--config-path deployment_cfg.json \
--service url-downloader
)