summaryrefslogtreecommitdiff
path: root/publish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'publish.sh')
-rwxr-xr-xpublish.sh3
1 files changed, 3 insertions, 0 deletions
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