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