aboutsummaryrefslogtreecommitdiff
path: root/nixos-switch.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-24 10:56:38 -0300
committerEuAndreh <eu@euandre.org>2020-08-24 10:59:02 -0300
commit09743f0556e85690963595718a152b646483ac29 (patch)
tree7a610a664ff145316e82d4904b1befb7a83436e3 /nixos-switch.sh
parentOverwrite favicons/ folder on deployment (diff)
downloadserver-09743f0556e85690963595718a152b646483ac29.tar.gz
server-09743f0556e85690963595718a152b646483ac29.tar.xz
Add cgit simple root-readme and root-desc
Diffstat (limited to 'nixos-switch.sh')
-rwxr-xr-xnixos-switch.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos-switch.sh b/nixos-switch.sh
index a7ca73f..90f54cc 100755
--- a/nixos-switch.sh
+++ b/nixos-switch.sh
@@ -11,6 +11,7 @@ echo "${USER_PASSWORD}" | ssh "$TLD" sudo -S -i nixos-rebuild switch --upgrade
ssh "${TLD}" rm -rf "${DATA_ROOT}/favicons/"
rsync -avzP favicons/ "${TLD}:${DATA_ROOT}/favicons/"
+scp cgit-about.html "${TLD}:${GIT_ROOT}/about.html"
scp bash-profile.sh "${TLD}:.bash_profile"
# shellcheck disable=2050