From d8b675d3670a70df15ec46dfd9a1bb9f801aae41 Mon Sep 17 00:00:00 2001
From: Martin Fischer <martin@push-f.com>
Date: Fri, 4 Apr 2025 15:07:55 +0200
Subject: build: introduce Nix package and NixOS service

---
 deploy.sh | 2 --
 1 file changed, 2 deletions(-)
 delete mode 100755 deploy.sh

(limited to 'deploy.sh')

diff --git a/deploy.sh b/deploy.sh
deleted file mode 100755
index 0b57bc4..0000000
--- a/deploy.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-./fetch_and_build.sh
-tar cf - -C target . | ssh push-f.com 'sh -c "set -x; cd /var/www/rust-features.push-f.com && pwd && tar xvf - && echo done"'
-- 
cgit v1.2.3