Skip to content

Commit

Permalink
Merge pull request #23 from ATOR-Development/main
Browse files Browse the repository at this point in the history
Main to develop
  • Loading branch information
yumirkov committed Sep 3, 2024
2 parents 39a2054 + c100da3 commit 95588eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions operations/deploy-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ job "sbws-stage" {
}

config {
image = "svforte/anon-stage"
image = "ghcr.io/ator-development/ator-protocol-stage:latest"
force_pull = true
volumes = [
"local/anonrc:/etc/anon/anonrc"
Expand Down Expand Up @@ -286,7 +286,7 @@ external_control_port = {{ env `NOMAD_PORT_control_port` }}
}

config {
image = "svforte/anon-stage"
image = "ghcr.io/ator-development/ator-protocol-stage:latest"
force_pull = true
volumes = [
"local/anonrc:/etc/anon/anonrc"
Expand Down Expand Up @@ -513,7 +513,7 @@ external_control_port = {{ env `NOMAD_PORT_control_port` }}
}

config {
image = "svforte/anon-stage"
image = "ghcr.io/ator-development/ator-protocol-stage:latest"
force_pull = true
volumes = [
"local/anonrc:/etc/anon/anonrc"
Expand Down

0 comments on commit 95588eb

Please sign in to comment.