package moonboard problems
This commit is contained in:
8
justfile
8
justfile
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user