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
Executable File

#! /bin/sh
BLOG_DIR="/DATA/hugo/blog"
HUGO_EXE="/DATA/hugo/hugo-latest"
cd $BLOG_DIR
git submodule foreach 'git pull'
$HUGO_EXE