Update 2023-11-02 21:47:40

This commit is contained in:
c0dev0id 2023-11-02 21:47:41 +01:00
parent bf6dc8658f
commit 393873c30d

View File

@ -78,7 +78,7 @@ prepare:
git-commit:
git pull --autostash
git add src Makefile
git commit -m "$(COMMIT_MSG)"
git commit -m "$(COMMIT_MSG)" && git push || return
copy-static-files: prepare
rsync -a --partial --delete --no-p --no-o --no-g --out-format="Copy: %f => www/" $(STATIC_FILES) www/