diff --git a/app/handler/google.go b/app/handler/google.go index 604f71e..3daac21 100644 --- a/app/handler/google.go +++ b/app/handler/google.go @@ -39,7 +39,7 @@ type GoogleApp struct { var ( // hardcoded list of supported regions - GoogleRegions = []string{"europe-west1", "us-east1", "us-west1"} + GoogleRegions = []string{"asia-east1", "europe-west1", "us-central1", "us-east1", "us-west1"} // hardcoded list of valid repos GitRepos = []string{"github.com", "gitlab.org", "bitbucket.org"}