mirror of
https://github.com/coder/coder.git
synced 2025-07-10 23:53:15 +00:00
fix: Build site in release (#561)
The static site wasn't being built before, resulting in a directory listing!
This commit is contained in:
@ -75,6 +75,7 @@ resource "google_compute_instance" "dev" {
|
||||
}
|
||||
}
|
||||
boot_disk {
|
||||
auto_delete = false
|
||||
source = google_compute_disk.root.name
|
||||
}
|
||||
service_account {
|
||||
|
Reference in New Issue
Block a user