Skip to content

Commit

Permalink
GH org rename updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Sep 4, 2024
1 parent 01c8457 commit 8e79d5e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion operations/get-hardware-verification-failures-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ job "get-hardware-verification-failures-live" {
}

config {
image = "ghcr.io/ator-development/valid-ator:[[.deploy]]"
image = "ghcr.io/anyone-protocol/valid-ator:[[.deploy]]"
volumes = [
"local:/data"
]
Expand Down
2 changes: 1 addition & 1 deletion operations/get-hardware-verification-failures-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ job "get-hardware-verification-failures-stage" {
}

config {
image = "ghcr.io/ator-development/valid-ator:stage"
image = "ghcr.io/anyone-protocol/valid-ator:stage"
volumes = [
"local:/data"
]
Expand Down
2 changes: 1 addition & 1 deletion operations/populate-relay-uptime-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ job "populate-relay-uptime-live" {
}

config {
image = "ghcr.io/ator-development/valid-ator:[[.deploy]]"
image = "ghcr.io/anyone-protocol/valid-ator:[[.deploy]]"
entrypoint = [ "node" ]
args = [ "dist/cli/main.js", "populate-relay-uptime" ]
}
Expand Down
2 changes: 1 addition & 1 deletion operations/populate-relay-uptime-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ job "populate-relay-uptime-stage" {
}

config {
image = "ghcr.io/ator-development/valid-ator:stage"
image = "ghcr.io/anyone-protocol/valid-ator:stage"
entrypoint = [ "node" ]
args = [ "dist/cli/main.js", "populate-relay-uptime" ]
}
Expand Down
2 changes: 1 addition & 1 deletion operations/seed-down-relay-sale-data-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ job "seed-down-relay-sale-data-live" {
}

config {
image = "ghcr.io/ator-development/valid-ator:stage"
image = "ghcr.io/anyone-protocol/valid-ator:stage"
volumes = [ "local/relay-sale-data.csv:/data/relay-sale-data.csv" ]
entrypoint = [ "node" ]
args = [
Expand Down
2 changes: 1 addition & 1 deletion operations/seed-down-relay-sale-data-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ job "seed-down-relay-sale-data-stage" {
}

config {
image = "ghcr.io/ator-development/valid-ator:stage"
image = "ghcr.io/anyone-protocol/valid-ator:stage"
volumes = [ "local/relay-sale-data.csv:/data/relay-sale-data.csv" ]
entrypoint = [ "node" ]
args = [
Expand Down
2 changes: 1 addition & 1 deletion operations/seed-up-relay-sale-data-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ EOF
}

config {
image = "ghcr.io/ator-development/valid-ator:stage"
image = "ghcr.io/anyone-protocol/valid-ator:stage"
volumes = [ "local/relay-sale-data.csv:/data/relay-sale-data.csv" ]
entrypoint = [ "node" ]
args = [
Expand Down
2 changes: 1 addition & 1 deletion operations/seed-up-relay-sale-data-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ EOF
}

config {
image = "ghcr.io/ator-development/valid-ator:stage"
image = "ghcr.io/anyone-protocol/valid-ator:stage"
volumes = [ "local/relay-sale-data.csv:/data/relay-sale-data.csv" ]
entrypoint = [ "node" ]
args = [
Expand Down
2 changes: 1 addition & 1 deletion operations/update-geo-ip-db.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ job "update-geo-ip-db" {
}

config {
image = "ghcr.io/ator-development/valid-ator:[[.deploy]]"
image = "ghcr.io/anyone-protocol/valid-ator:[[.deploy]]"
entrypoint = ["node"]
args = [
"./node_modules/geoip-lite/scripts/updatedb.js",
Expand Down
2 changes: 1 addition & 1 deletion operations/valid-ator-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ job "valid-ator-live" {
task "valid-ator-live-service" {
driver = "docker"
config {
image = "ghcr.io/ator-development/valid-ator:[[.deploy]]"
image = "ghcr.io/anyone-protocol/valid-ator:[[.deploy]]"
}

vault {
Expand Down
2 changes: 1 addition & 1 deletion operations/valid-ator-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ job "valid-ator-stage" {
task "valid-ator-stage-service" {
driver = "docker"
config {
image = "ghcr.io/ator-development/valid-ator:[[.deploy]]"
image = "ghcr.io/anyone-protocol/valid-ator:[[.deploy]]"
force_pull = true
}

Expand Down

0 comments on commit 8e79d5e

Please sign in to comment.