git.delta.rocks / unique-network / refs/commits / 9b5aeb74837e

difftreelog

Delete grandpa key files after deployment

Greg Zaitsev2020-07-21parent: #a671b03.patch.diff
in: master

1 file changed

modifieddeploy-testnet.shdiffbeforeafterboth
13### Build and run Einstein node (bootnode) and Newton node13### Build and run Einstein node (bootnode) and Newton node
14docker-compose -f docker-compose-testnet.yml up -d --build14docker-compose -f docker-compose-testnet.yml up -d --build
15
16sleep 30
1517
16### Deploy aura store keys18### Deploy aura store keys
17# Einstein19# Einstein
39# Delete store key files41# Delete store key files
40rm ./einstein_store_key.json42rm ./einstein_store_key.json
41rm ./newton_store_key.json43rm ./newton_store_key.json
44rm ./einstein_store_key_grandpa.json
45rm ./newton_store_key_grandpa.json
4246