aboutsummaryrefslogtreecommitdiff
path: root/site.dhall
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2020-12-02 16:16:58 -0500
committerGitHub <noreply@github.com>2020-12-02 16:16:58 -0500
commit233ea76204ea5bc9a7d8f12816a9525b7a732bc5 (patch)
treede0ef2b37a6b8ee04f51eee3169ab29a472fa031 /site.dhall
parentd35f62351f800115e7f6aef7fd0791b9ac608229 (diff)
downloadxesite-233ea76204ea5bc9a7d8f12816a9525b7a732bc5.tar.xz
xesite-233ea76204ea5bc9a7d8f12816a9525b7a732bc5.zip
add webmention support (#274)
* add webmention support Signed-off-by: Christine Dodrill <me@christine.website> * add webmention integration post Signed-off-by: Christine Dodrill <me@christine.website>
Diffstat (limited to 'site.dhall')
-rw-r--r--site.dhall9
1 files changed, 6 insertions, 3 deletions
diff --git a/site.dhall b/site.dhall
index 9e19183..a4689d3 100644
--- a/site.dhall
+++ b/site.dhall
@@ -1,5 +1,4 @@
-let kms =
- https://tulpa.dev/cadey/kubermemes/raw/branch/master/k8s/package.dhall
+let kms = https://tulpa.dev/cadey/kubermemes/raw/branch/master/k8s/package.dhall
let kubernetes =
https://raw.githubusercontent.com/dhall-lang/dhall-kubernetes/master/1.15/package.dhall
@@ -28,13 +27,17 @@ let vars
, name = "PATREON_REFRESH_TOKEN"
, value = Some env:PATREON_REFRESH_TOKEN as Text
}
+ , kubernetes.EnvVar::{
+ , name = "MI_TOKEN"
+ , value = Some env:MI_TOKEN as Text
+ }
]
in kms.app.make
kms.app.Config::{
, name = "christinewebsite"
, appPort = 3030
- , image = image
+ , image
, replicas = 2
, domain = "christine.website"
, leIssuer = "prod"