Deploy Filamenteka to AWS Amplify

- Fixed Terraform outputs
- Configured AWS Amplify deployment
- Ready for production deployment
This commit is contained in:
DaX
2025-06-17 22:46:50 +02:00
parent c394d94bb0
commit 49bcca5a9b

View File

@@ -18,8 +18,3 @@ output "custom_domain_url" {
value = var.domain_name != "" ? "https://${var.domain_name}" : "Not configured"
}
output "github_webhook_url" {
description = "The webhook URL for GitHub"
value = aws_amplify_app.filamenteka.production_branch[0].webhook_url
sensitive = true
}