chore: Create Justfile for common tasks
This commit is contained in:
10
Justfile
Normal file
10
Justfile
Normal file
@@ -0,0 +1,10 @@
|
||||
user := "admin"
|
||||
host := "chimaera.malzahn.lan"
|
||||
www-root := "/home/admin/caddy/public_html/fabula"
|
||||
|
||||
serve:
|
||||
python3 -m http.server
|
||||
|
||||
deploy:
|
||||
scp fabula-ultima-sheet.html {{ user }}@{{ host }}:{{ www-root }}/index.html
|
||||
scp fabula-ultima-sheet.css {{ user }}@{{ host }}:{{ www-root }}/fabula-ultima-sheet.css
|
||||
Reference in New Issue
Block a user