git ssb

0+

Grey the earthling / gkn.me.uk



Tree: e0879ad252a8d880a223049ab2d182d1d6c28874

Files: e0879ad252a8d880a223049ab2d182d1d6c28874 / build.sh

480 bytesRaw
1trash output/
2./develop_server.sh stop && \
3 git checkout content && \
4 if [[ "$(git status --porcelain | grep content/)" ]]
5 then
6 git add content/
7 git commit -m "Update content $(date +%F\ %X)"
8 fi && \
9 git checkout master && \
10 git merge --ff-only content && \
11 git checkout content && \
12 git merge --ff-only master && \
13 git checkout develop && \
14 git merge --ff-only master && \
15 git checkout master && \
16 git pull && \
17 git push && \
18 pelican && \
19 git checkout develop
20

Built with git-ssb-web