2 Commits

Author SHA1 Message Date
cuddle-please
130456df64 chore(release): 0.5.5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-12 13:05:18 +00:00
56eea90eff chore: add caddy extension
All checks were successful
continuous-integration/drone/push Build is passing
2025-01-12 14:04:50 +01:00
2 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.5.5] - 2025-01-12
### Other
- add caddy extension
## [0.5.4] - 2025-01-12
### Fixed

View File

@@ -51,7 +51,7 @@ resource "null_resource" "node_caddy_template" {
provisioner "file" {
source = local_file.node_caddy.filename
destination = "${var.proxy_location}/${var.name}.yml"
destination = "${var.proxy_location}/${var.name}.caddy"
}
depends_on = [