aboutsummaryrefslogtreecommitdiff
path: root/fly
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-10-09 15:10:00 -0400
committerXe Iaso <me@xeiaso.net>2023-10-09 15:10:00 -0400
commit4b1b4268a35adf026056cc822de3c4d4efbfa4bb (patch)
tree43d07a897fcdc12b4cc7803e2f6c286e54aa55bd /fly
parent3ae1ea55ab1a4b1e5d0db4191efe5bebc4266a2b (diff)
downloadxesite-4b1b4268a35adf026056cc822de3c4d4efbfa4bb.tar.xz
xesite-4b1b4268a35adf026056cc822de3c4d4efbfa4bb.zip
lume/landing/alvis: fix all the links
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'fly')
-rw-r--r--fly/xesite/yeetfile.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/fly/xesite/yeetfile.js b/fly/xesite/yeetfile.js
new file mode 100644
index 0000000..676a6ca
--- /dev/null
+++ b/fly/xesite/yeetfile.js
@@ -0,0 +1,4 @@
+nix.build(".#docker")
+docker.load("./result")
+docker.push("ghcr.io/xe/site/bin")
+fly.deploy()