Updated makefile
This commit is contained in:
parent
798c0bfaa4
commit
2fa2b4a0a1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@ watch:
|
||||||
deploy:
|
deploy:
|
||||||
make build
|
make build
|
||||||
rm -rf ${PWD}/public/.lektor
|
rm -rf ${PWD}/public/.lektor
|
||||||
rsync --progress -avc ${PWD}/public/ ${HOME}/Sites/fmartingr.com/
|
rclone sync ${PWD}/public fastmail:fmarttingr.com
|
||||||
|
|
||||||
deploy_tests:
|
deploy_tests:
|
||||||
bash tests/run.sh
|
bash tests/run.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue