diff options
author | EuAndreh <eu@euandre.org> | 2020-08-28 20:52:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-28 22:01:44 -0300 |
commit | 97bf1ea1dabddc212c5ee8858213efe1f2251f6c (patch) | |
tree | ba0b36bb9b95d7beef5de424a138a94a6e664267 /nixos-switch.sh | |
parent | Add $lang prefix to root songbooks documentation path redirect (diff) | |
download | server-97bf1ea1dabddc212c5ee8858213efe1f2251f6c.tar.gz server-97bf1ea1dabddc212c5ee8858213efe1f2251f6c.tar.xz |
Add ci-logs from static files
Diffstat (limited to 'nixos-switch.sh')
-rwxr-xr-x | nixos-switch.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos-switch.sh b/nixos-switch.sh index af3606d..b74b8b5 100755 --- a/nixos-switch.sh +++ b/nixos-switch.sh @@ -12,6 +12,7 @@ ssh "${TLD}" rm -rf "${DATA_ROOT}/favicons/" rsync -avzP favicons/ "${TLD}:${DATA_ROOT}/favicons/" scp cgit-about.html "${TLD}:${GIT_ROOT}/about.html" +scp ci-gen-index.sh "${TLD}:${CI_LOGS_ROOT}/ci-gen-index.sh" scp bash-profile.sh "${TLD}:.bash_profile" echo "${USER_PASSWORD}" | ssh "$TLD" sudo -S systemctl restart pires-prod.service |