blog/update.sh

8 lines
46 B
Bash
Executable File

#!/bin/bash
cd /srv/web/blog
git pull
hugo