chore: add fly.io install source (#6509)

This commit is contained in:
Ben Potter 2023-03-08 21:16:55 -06:00 committed by GitHub
parent a78786119d
commit 1199a9330a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ func (r *remoteReporter) deployment() error {
// Tracks where Coder was installed from!
installSource := os.Getenv("CODER_TELEMETRY_INSTALL_SOURCE")
if installSource != "" && installSource != "aws_marketplace" {
if installSource != "" && installSource != "aws_marketplace" && installSource != "fly.io" {
return xerrors.Errorf("invalid installce source: %s", installSource)
}