blog/scripts/update.sh

5 lines
53 B
Bash
Executable File

#!/bin/bash
cd /srv/blog
git pull
./scripts/build.sh