mirror of
https://github.com/fluencelabs/eip712-validation-node
synced 2025-05-18 19:11:18 +00:00
16 lines
358 B
Bash
Executable File
16 lines
358 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -o errexit -o nounset -o pipefail
|
|
|
|
# build wasms
|
|
./scripts/build.sh
|
|
|
|
(
|
|
aqua remote deploy_service \
|
|
--addr krasnodar-08 \
|
|
--config-path configs/consensus_deployment_cfg.json \
|
|
--service consensus-service \
|
|
--sk cvFkezQeWa1vNUTa+NT6L0c65mHXLfmpz4r2WMjrxZw=
|
|
>> \
|
|
deployed_service_data.txt
|
|
|
|
) |