blog/deploy.sh
Alexander Kiryukhin ca8ad921cc
Post 2022-05-30
2022-05-30 23:48:20 +03:00

7 lines
167 B
Bash
Executable file

#!/bin/sh
hugo && rsync -avz --delete public root@neonxp.dev:/var/www/neonxp.dev
rm -rf public
git add .
git commit -m "Post `date +'%Y-%m-%d'`" # 2019-08-28
git push