This repository has been archived on 2019-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
old_website/build.sh
2014-09-11 22:34:24 +08:00

9 lines
175 B
Bash
Executable File

rm -rf output
mkdir output
go build
chmod +x website
mv website ./output/
cp -r ./static/ ./output/static/
cp -r ./templates/ ./output/templates/
cp -r ./conf/ ./output/conf/