package moonboard problems

This commit is contained in:
2025-01-25 13:49:56 +01:00
parent 780c005d33
commit 42e8b0a19a
2 changed files with 9 additions and 1 deletions

View File

@@ -34,3 +34,11 @@ open-firewall:
cp-prod-datastore:
rm -r datastore
rsync --human-readable --recursive --info=stats1,progress2 --archive 192.168.1.3:/home/ascend/datastore .
# Update ascend input and nixos-rebuild switch
prod-deploy:
ssh 192.168.1.3 'cd /home/plul/repos/gitlab.com/plul/nixexprs; just update-ascend'
ssh -t 192.168.1.3 'cd /home/plul/repos/gitlab.com/plul/nixexprs; just switch'
prod-logs:
ssh 192.168.1.3 'journalctl --unit ascend.service'