blog/scripts/update.sh

6 lines
85 B
Bash
Executable File

#!/bin/bash
cd /srv/blog
git fetch
git reset --hard origin/master
./scripts/build.sh