feat(flake): add simple justfile.
This commit is contained in:
parent
281864e6ad
commit
23784dda4d
1 changed files with 11 additions and 0 deletions
11
justfile
Normal file
11
justfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
shell server:
|
||||
ssh root@{{server}}
|
||||
|
||||
forward port server:
|
||||
ssh -N -L {{port}}:127.0.0.1:{{port}} root@{{server}}
|
||||
|
||||
deploy server:
|
||||
deploy ".#{{server}}" --magic-rollback=false
|
||||
|
||||
deploy-all:
|
||||
deploy "." --magic-rollback=false
|
Loading…
Add table
Add a link
Reference in a new issue