Compare commits
4 Commits
bc57e4d883
...
74efbe9c1b
| Author | SHA1 | Date | |
|---|---|---|---|
| 74efbe9c1b | |||
| 75bdf92743 | |||
| d22393771a | |||
| 49f1419bc1 |
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
|
||||
1070
fabula-ultima-sheet.css
Normal file
1070
fabula-ultima-sheet.css
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user