forked from wezm/wezm.net
make => just
This commit is contained in:
parent
71f4cfad2e
commit
fc0a8acbbd
2 changed files with 10 additions and 7 deletions
10
v2/Justfile
Normal file
10
v2/Justfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
default:
|
||||
@just --list
|
||||
|
||||
# rsync to production
|
||||
deploy: build
|
||||
rsync -avzhP --delete public/ hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net/v2/
|
||||
|
||||
# build with zola
|
||||
build:
|
||||
zola build
|
|
@ -1,7 +0,0 @@
|
|||
all:
|
||||
@echo "Available targets:"
|
||||
@echo "- deploy"
|
||||
|
||||
deploy:
|
||||
zola build
|
||||
rsync -avzhP --delete public/ hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net/v2/
|
Loading…
Reference in a new issue