diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-04 15:07:55 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-05 12:10:36 +0200 |
commit | d8b675d3670a70df15ec46dfd9a1bb9f801aae41 (patch) | |
tree | 9a8d5188081c912ba463ad06f005983ad82d6836 /deploy.sh | |
parent | b6e94ce2128968d83b0714904b251de434b58ab2 (diff) |
build: introduce Nix package and NixOS service
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 2 |
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"' |