Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions devops/aws/roles/rpc/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@

- name: Run query node containers
command: yarn workspace query-node-root start:dev
environment:
JOYSTREAM_NODE_WS: 'ws://{{ inventory_hostname }}:9944/'
args:
chdir: '{{ remote_code_path }}'
async: 1800
Expand Down