diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2025-01-26 12:43:51 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2025-01-26 12:43:51 +0300 |
commit | 8968a6bde9d3dd8ac11cacbd3615d063c0676a9b (patch) | |
tree | 7c54519eaf89101955b8c0b1143124ad31f7377e /Makefile | |
parent | 83defc2290491208add41e6a3d2e665703d3f530 (diff) |
Auto-commit 2025-01-26
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ deploy: rm -rf public python3 create_adoc.py hugo --gc --noBuildLock - rsync -avz --delete public/ neonxp@192.168.50.30:/var/www/neonxp.ru + rsync -avz --delete public/ neonxp@nxp.su:/var/www/neonxp.ru post: hugo new content posts/$(shell date '+%Y-%m-%d')-$(name)/index.md |