fix paths
This commit is contained in:
parent
fb51001804
commit
96d13fb4cf
@ -3,5 +3,5 @@ services:
|
||||
image: nillion/verifier:v1.0.1
|
||||
command: verify --rpc-endpoint "###RPC###"
|
||||
volumes:
|
||||
- /home/root/node:/var/tmp
|
||||
- /root/node:/var/tmp
|
||||
restart: always
|
@ -175,7 +175,7 @@
|
||||
./update.sh ADDRESS "{{ address }}"
|
||||
./update.sh PRIVATE "{{ private_key }}"
|
||||
./update.sh PUBLIC "{{ public_key }}"
|
||||
./update.sh RPC_URL "{{ rpc_url }}"
|
||||
./update.sh RPC "{{ rpc_url }}"
|
||||
args:
|
||||
chdir: "{{ ansible_env.HOME }}/node"
|
||||
changed_when: false
|
||||
|
Loading…
Reference in New Issue
Block a user