We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf898a1 commit d71e3b1Copy full SHA for d71e3b1
terraform/app_service.tf
@@ -106,6 +106,14 @@ resource "azurerm_app_service_source_control" "main" {
106
repo_url = "https://github.com/cal-itp/benefits"
107
branch = local.env_name
108
use_manual_integration = true
109
+
110
+ github_action_configuration {
111
+ generate_workflow_file = false
112
+ container_configuration {
113
+ registry_url = "https://ghcr.io/"
114
+ image_name = "cal-itp/benefits"
115
+ }
116
117
}
118
119
resource "azurerm_app_service_custom_hostname_binding" "main" {
0 commit comments