1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 12:37:46 +00:00

Configure new site

This commit is contained in:
RGBCube 2024-02-24 11:36:04 +03:00
parent 12da49d348
commit 39c92a88c4
No known key found for this signature in database
5 changed files with 25 additions and 141 deletions

View file

@ -18,7 +18,7 @@ def main --wrapped [
if $host == (hostname) or $host == "" {
sudo sh -c $"nixos-rebuild switch ($flags | str join ' ') |& nom --json"
} else {
git ls-files | rsync --rsh "ssh -q" --delete --files-from - ./ cube:Configuration
git ls-files | rsync --rsh "ssh -q" --delete --compress --files-from - ./ cube:Configuration
ssh -q $host $"sh -c '
cd Configuration