feat: add appa remote deploy alias
This commit is contained in:
parent
4435b55d15
commit
be36fb4183
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
ncc = "sudo nixos-rebuild switch --upgrade-all --flake \"$(readlink -f /etc/nixos)\"";
|
||||
nup = "sudo nix-channel --update";
|
||||
ngc = "sudo nix-collect-garbage -d";
|
||||
nda = "nixos-rebuild --flake path:$(readlinke -f /etc/nixos).#APPA --build-host root@dryb.org --target-host root@dryb.org switch";
|
||||
|
||||
dcup = "docker-compose up --detach --remove-orphans";
|
||||
dka = "docker kill $(docker ps -q)";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue