summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-04-04 15:07:55 +0200
committerMartin Fischer <martin@push-f.com>2025-04-05 12:10:36 +0200
commitd8b675d3670a70df15ec46dfd9a1bb9f801aae41 (patch)
tree9a8d5188081c912ba463ad06f005983ad82d6836 /deploy.sh
parentb6e94ce2128968d83b0714904b251de434b58ab2 (diff)
build: introduce Nix package and NixOS service
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 0 insertions, 2 deletions
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"'