Skip to content

Commit

Permalink
FIX: update dev env image (#532)
Browse files Browse the repository at this point in the history
* removed LB from dev leader node to free up IP space in subnet perminantly

* re-added current credential setup

* updated image to reflect correct project

* removed old git changes

* added latest tag
  • Loading branch information
kmaus-near authored Mar 26, 2024
1 parent 864712b commit 5598793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/multichain-vm-dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module "gce-container" {
version = "~> 3.0"

container = {
image = "us-east1-docker.pkg.dev/pagoda-discovery-platform-prod/multichain-public/multichain-dev:latest"
image = "us-east1-docker.pkg.dev/pagoda-discovery-platform-dev/multichain-public/multichain-dev:latest"
args = ["start"]
port = "3000"

Expand Down

0 comments on commit 5598793

Please sign in to comment.