Fixed makefile

This commit is contained in:
Felipe M 2019-09-27 18:58:37 +02:00
parent a0fcc8eca7
commit 266b8eadb3
Signed by: fmartingr
GPG key ID: 716BC147715E716F

View file

@ -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