Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Feb 5, 2024
1 parent 21c0f76 commit e9eb04c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion operations/registrator-deploy-dev-goerli.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "registrator-deploy-dev-goerli" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/registrator:0.1.2"
image = "ghcr.io/ator-development/registrator:0.2.0"
entrypoint = ["npx"]
command = "hardhat"
args = ["run", "--network", "goerli", "scripts/deploy.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/registrator-deploy-live-goerli.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "registrator-deploy-live-goerli" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/registrator:0.1.2"
image = "ghcr.io/ator-development/registrator:0.2.0"
entrypoint = ["npx"]
command = "hardhat"
args = ["run", "--network", "goerli", "scripts/deploy.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/registrator-deploy-stage-goerli.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "registrator-deploy-stage-goerli" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/registrator:0.1.2"
image = "ghcr.io/ator-development/registrator:0.2.0"
entrypoint = ["npx"]
command = "hardhat"
args = ["run", "--network", "goerli", "scripts/deploy.ts"]
Expand Down

0 comments on commit e9eb04c

Please sign in to comment.