Updates
This commit is contained in:
10
Makefile
10
Makefile
@@ -1,5 +1,5 @@
|
||||
all:
|
||||
make -s website
|
||||
make -s -j8 website
|
||||
|
||||
debug:
|
||||
make website
|
||||
@@ -86,3 +86,11 @@ _install: website
|
||||
doas chmod -R ugo+Xrw www
|
||||
echo "Deploy: www/ => /var/www/htdocs/"
|
||||
cd www && doas rsync -a --partial --delete --exclude "*/cache/*" --out-format="Deploy: %f => /var/www/htdocs/%f" * $(REMOTE)
|
||||
|
||||
|
||||
#### HELPER TARGETS ####
|
||||
|
||||
edit-css:
|
||||
vim src/assets/style.css
|
||||
make install
|
||||
make edit-css
|
||||
|
||||
Reference in New Issue
Block a user