This repository has been archived on 2021-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
blog/deploy.sh

8 lines
129 B
Bash
Raw Normal View History

2020-07-20 11:35:04 +02:00
#! /bin/sh
BLOG_DIR="/DATA/hugo/blog"
HUGO_EXE="/DATA/hugo/hugo-latest"
cd $BLOG_DIR
git submodule foreach 'git pull'
$HUGO_EXE