blog/scripts/update.sh

6 lines
83 B
Bash
Executable File

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