mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 01:29:09 +00:00
add GAR docker push for google cloud stuff
This commit is contained in:
parent
e028b64ff8
commit
7ad719895d
5 changed files with 144 additions and 3 deletions
|
@ -13,6 +13,12 @@ variable "ui_regions" {
|
|||
description = "Cloud Run regions to deploy UI to"
|
||||
}
|
||||
|
||||
variable "ui_tag" {
|
||||
type = string
|
||||
description = "Specific tag to deploy"
|
||||
default = "main"
|
||||
}
|
||||
|
||||
variable "bot_client_id" {
|
||||
type = string
|
||||
description = "Bot Client ID"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue