fix: Build site in release (#561)

The static site wasn't being built before, resulting
in a directory listing!
This commit is contained in:
Kyle Carberry
2022-03-24 19:16:30 -06:00
committed by GitHub
parent 39e5fcfd61
commit 8c0f403546
2 changed files with 3 additions and 2 deletions

View File

@ -75,6 +75,7 @@ resource "google_compute_instance" "dev" {
}
}
boot_disk {
auto_delete = false
source = google_compute_disk.root.name
}
service_account {