fix paths

This commit is contained in:
vvzvlad 2024-11-20 06:25:29 +03:00
parent fb51001804
commit 96d13fb4cf
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ services:
image: nillion/verifier:v1.0.1 image: nillion/verifier:v1.0.1
command: verify --rpc-endpoint "###RPC###" command: verify --rpc-endpoint "###RPC###"
volumes: volumes:
- /home/root/node:/var/tmp - /root/node:/var/tmp
restart: always restart: always

View File

@ -175,7 +175,7 @@
./update.sh ADDRESS "{{ address }}" ./update.sh ADDRESS "{{ address }}"
./update.sh PRIVATE "{{ private_key }}" ./update.sh PRIVATE "{{ private_key }}"
./update.sh PUBLIC "{{ public_key }}" ./update.sh PUBLIC "{{ public_key }}"
./update.sh RPC_URL "{{ rpc_url }}" ./update.sh RPC "{{ rpc_url }}"
args: args:
chdir: "{{ ansible_env.HOME }}/node" chdir: "{{ ansible_env.HOME }}/node"
changed_when: false changed_when: false