;tools: just site-restart
This commit is contained in:
parent
e052ab64d9
commit
93b184ccca
4
Justfile
4
Justfile
@ -794,6 +794,10 @@ LOCALSITEURL := 'http://localhost:3000/index.html'
|
||||
make -C site snapshot-{{ VER }}
|
||||
echo "{{ VER }} manuals created. Please add the new version to site.js, Makefile, and hledger.org.caddy."
|
||||
|
||||
# restart hledger.org's caddy server, after config changes
|
||||
site-restart:
|
||||
osh -i -c 'hledgerorgssh systemctl restart caddy'
|
||||
|
||||
STACKHADDOCK := 'time ' + STACK + ' --verbosity=error haddock --fast --no-keep-going \
|
||||
--only-locals --no-haddock-deps --no-haddock-hyperlink-source \
|
||||
--haddock-arguments="--no-warnings" \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user