Update 2023-11-02 21:48:11

This commit is contained in:
c0dev0id 2023-11-02 21:48:13 +01:00
parent 393873c30d
commit 50811355de
1 changed files with 1 additions and 1 deletions

View File

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