Skip to content

Commit

Permalink
Merge pull request #18 from a-company-jp/cloudrun-remove-frontend
Browse files Browse the repository at this point in the history
Update and remove frontend container
  • Loading branch information
Shion1305 authored Apr 14, 2024
2 parents 46ead6a + 7a41e83 commit 27f7bb8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions envs/dev/cloudrun.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ resource "google_cloud_run_service" "cloudrun-dev-main-backend" {
value = "8080"
}
}

containers {
name = "frontend"
image = "asia-northeast1-docker.pkg.dev/${var.project_id}/dev-main/frontend:latest"
env {
name = "PORT"
value = "3000"
}
}
}
}

Expand Down

0 comments on commit 27f7bb8

Please sign in to comment.