Fixed makefile
This commit is contained in:
parent
a0fcc8eca7
commit
266b8eadb3
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
|
||||||
rclone sync ${PWD}/public fastmail:fmarttingr.com
|
rclone sync --progress --create-empty-src-dirs ${PWD}/public fastmail:fmartingr.com
|
||||||
|
|
||||||
deploy_tests:
|
deploy_tests:
|
||||||
bash tests/run.sh
|
bash tests/run.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue