diff --git a/operations/registrator-deploy-live-goerli.hcl b/operations/registrator-deploy-live-goerli.hcl new file mode 100644 index 0000000..8444d56 --- /dev/null +++ b/operations/registrator-deploy-live-goerli.hcl @@ -0,0 +1,55 @@ +job "registrator-deploy-live-goerli" { + datacenters = ["ator-fin"] + type = "batch" + + reschedule { + attempts = 0 + } + + task "deploy-registrator-live-task" { + driver = "docker" + + config { + network_mode = "host" + image = "ghcr.io/ator-development/registrator:0.1.0" + entrypoint = ["npx"] + command = "hardhat" + args = ["run", "--network", "goerli", "scripts/deploy.ts"] + } + + vault { + policies = ["registrator-live-goerli"] + } + + template { + data = <