UPD 2024-11-29
This commit is contained in:
parent
2ffb421564
commit
3ac1931b7d
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -1,6 +1,9 @@
|
||||||
.PHONY: deploy
|
.PHONY: deploy
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
git add .
|
||||||
|
git ci -m "UPD $(shell date '+%Y-%m-%d')"
|
||||||
|
git push
|
||||||
hugo --gc && rsync -avz --delete public/ neonxp@neonxp.ru:/var/www/neonxp.ru
|
hugo --gc && rsync -avz --delete public/ neonxp@neonxp.ru:/var/www/neonxp.ru
|
||||||
|
|
||||||
post:
|
post:
|
||||||
|
|
Loading…
Reference in a new issue