ci: fleet do_project mc:dev -> mc
Some checks are pending
ci / regression gate (push) Waiting to run

Matches the simplified single-env DO project layout (mc:dev renamed to mc).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Natalie 2026-06-30 00:28:40 -04:00
parent 273a7c71f8
commit dfd87b87d3

View file

@ -91,5 +91,5 @@ variable "remote_user" {
variable "do_project" { variable "do_project" {
description = "DigitalOcean project name to group fleet resources under." description = "DigitalOcean project name to group fleet resources under."
type = string type = string
default = "mc:dev" default = "mc"
} }