Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Jan 18, 2024
1 parent a5db489 commit f4bb1fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/web/app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "azurerm_linux_web_app" "frontend" {
site_config {
application_stack {
docker_registry_url = "https://ghcr.io"
docker_image_name = "tietokilta/web:sha-a11d358"
docker_image_name = "tietokilta/web:latest"
}

}
Expand Down Expand Up @@ -78,6 +78,7 @@ resource "azurerm_linux_web_app" "cms" {
PAYLOAD_MONGO_CONNECTION_STRING = var.mongo_connection_string
PAYLOAD_MONGO_DB_NAME = "cms"
PAYLOAD_SECRET = random_password.payload_secret.result
PAYLOAD_REVALIDATION_KEY = random_password.revalidation_key.result
WEBSITES_PORT = local.payload_port
PAYLOAD_PORT = local.payload_port
AZURE_STORAGE_CONNECTION_STRING = var.storage_connection_string
Expand Down

0 comments on commit f4bb1fd

Please sign in to comment.