remove health just recipe
This commit is contained in:
parent
db47e5f092
commit
7070b692d7
1 changed files with 0 additions and 4 deletions
|
|
@ -24,9 +24,6 @@ deploy host:
|
||||||
clean keepSince=DEFAULT_KEEP_SINCE:
|
clean keepSince=DEFAULT_KEEP_SINCE:
|
||||||
nh clean all --verbose -K {{ keepSince }} -k 5
|
nh clean all --verbose -K {{ keepSince }} -k 5
|
||||||
|
|
||||||
health:
|
|
||||||
nix --accept-flake-config run github:juspay/nix-health
|
|
||||||
|
|
||||||
switchHome host=DEFAULT_HOST $USER=DEFAULT_USER:
|
switchHome host=DEFAULT_HOST $USER=DEFAULT_USER:
|
||||||
@echo USER: $USER
|
@echo USER: $USER
|
||||||
@echo HOST: {{ host }}
|
@echo HOST: {{ host }}
|
||||||
|
|
@ -41,7 +38,6 @@ alias s := switch
|
||||||
alias u := update
|
alias u := update
|
||||||
alias d := deploy
|
alias d := deploy
|
||||||
alias c := clean
|
alias c := clean
|
||||||
alias h := health
|
|
||||||
alias b := build
|
alias b := build
|
||||||
alias H := switchHome
|
alias H := switchHome
|
||||||
alias B := buildHome
|
alias B := buildHome
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue