summaryrefslogtreecommitdiffstats
path: root/build.sh
blob: 0195947d62ef8fa5e79860a1dfed5fcca3fb0d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
rm -rf output
mkdir output
go build
chmod +x gogs
mv gogs ./output/
cp -r ./conf/ ./output/conf/
cp -r ./custom/ ./output/custom/
cp -r ./dockerfiles/ ./output/dockerfiles/
cp -r ./public/ ./output/public/
cp -r ./templates/ ./output/templates/
cp bee.json ./output/
cp cert.pem ./output/
cp CONTRIBUTING.md ./output/
cp gogs_supervisord.sh ./output/
cp key.pem ./output/
cp LICENSE ./output/
cp README.md ./output/
cp README_ZH.md ./output/
cp rpp.ini ./output/
cp start.bat ./output/
cp start.sh ./output/
cp wercker.yml ./output/