feat: deploy apricote.de

This commit is contained in:
Julian Tölle 2023-02-25 23:22:41 +01:00
parent d097de521b
commit ecfbee1e03
4 changed files with 85 additions and 0 deletions

View file

@ -19,3 +19,9 @@ variable "github_token_flux_notifications" {
type = string
sensitive = true
}
variable "listory_token" {
description = "Listory API Token"
type = string
sensitive = true
}