blog/scripts/update.sh

8 lines
42 B
Bash
Executable File

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