buncha stuff
This commit is contained in:
parent
c53e9d23d4
commit
73b91347ec
12 changed files with 859 additions and 813 deletions
4
justfile
4
justfile
|
|
@ -32,6 +32,10 @@ deploy-liminal:
|
|||
deploy-zima:
|
||||
just deploy-auto zima root@zima
|
||||
|
||||
# Shortcut: deploy cryochamber
|
||||
deploy-cryochamber:
|
||||
just deploy-auto cryochamber root@cryochamber
|
||||
|
||||
update-package package version="":
|
||||
if [ -n "{{version}}" ]; then scripts/update-local-package {{package}} --version {{version}}; else scripts/update-local-package {{package}}; fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue