mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
14 lines
280 B
Makefile
14 lines
280 B
Makefile
default:
|
|
@just --list
|
|
|
|
fmt:
|
|
treefmt
|
|
|
|
# Deploy to github-runner VM
|
|
gr-deploy:
|
|
colmena apply --build-on-target
|
|
|
|
# Re-animate the VM that was suspended until now.
|
|
gr-animate:
|
|
colmena upload-keys
|
|
ssh -t github-runner "sudo systemctl restart --all github-runner-*"
|