From 874df2a7f4e8205f1da770fabdd332fe39be59b5 Mon Sep 17 00:00:00 2001 From: andre4ik3 Date: Mon, 18 Aug 2025 20:16:18 +0000 Subject: Add publish script and robots.txt --- publish.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 publish.sh (limited to 'publish.sh') diff --git a/publish.sh b/publish.sh new file mode 100755 index 0000000..fdf389c --- /dev/null +++ b/publish.sh @@ -0,0 +1,3 @@ +#!/bin/sh +site="$(nix build --print-out-paths ".#")" +rsync --del -rvmP "$site"/ --perms --chmod=Da+x,u+rw relvokcor.xyz:public_html -- cgit