Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
fix port for syncstat
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed May 11, 2021
1 parent 2899a7f commit 011e149
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions jobs/tasks/sync_stat.cue
Expand Up @@ -13,14 +13,17 @@ import (
}

config: {
flake: "github:input-output-hk/mantis-ops/mainnet-node?dir=pkgs/syncstat"
flake: "github:input-output-hk/mantis-ops/mainnet-node?dir=pkgs/syncstat#syncstat"
command: "/bin/syncstat"
}

leader: true

env: {
RPC_NODE: "http://${NOMAD_ADDR_mantis_rpc}"
template: "env.txt": {
env: true
data: """
RPC_NODE="http://{{ env "NOMAD_ADDR_rpc" }}"
"""
}

// lifecycle: hook: "poststart"
Expand Down

0 comments on commit 011e149

Please sign in to comment.