Skip to content

Commit

Permalink
created Google Cloud Run for Flutter web
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol committed Dec 25, 2024
1 parent e0dfc54 commit 47482f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,5 @@ jobs:
--image us-central1-docker.pkg.dev/government-assistant-001/government-assistant-docker-repo/flutter-web-app \
--platform managed \
--region us-central1 \
--allow-unauthenticated
--allow-unauthenticated
--port 80
4 changes: 0 additions & 4 deletions infra/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ resource "google_artifact_registry_repository" "docker_repo" {
description = "Docker repository for storing container images"
}

resource "google_storage_bucket" "frontend_bucket" {
name = var.frontend_bucket_name
location = var.region
}

0 comments on commit 47482f2

Please sign in to comment.