Update 2023-11-02 21:48:11
This commit is contained in:
parent
393873c30d
commit
50811355de
2
Makefile
2
Makefile
@ -78,7 +78,7 @@ prepare:
|
|||||||
git-commit:
|
git-commit:
|
||||||
git pull --autostash
|
git pull --autostash
|
||||||
git add src Makefile
|
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
|
copy-static-files: prepare
|
||||||
rsync -a --partial --delete --no-p --no-o --no-g --out-format="Copy: %f => www/" $(STATIC_FILES) www/
|
rsync -a --partial --delete --no-p --no-o --no-g --out-format="Copy: %f => www/" $(STATIC_FILES) www/
|
||||||
|
Loading…
Reference in New Issue
Block a user