Files: 2a2b9271cfb5614e3cbf6c6b3ff2f4b127e8abe9 / build.sh
131 bytesRaw
1 | ./develop_server.sh stop && \ |
2 | git checkout master && \ |
3 | git merge develop && \ |
4 | git push && \ |
5 | pelican && \ |
6 | git checkout develop |
7 |
Built with git-ssb-web
1 | ./develop_server.sh stop && \ |
2 | git checkout master && \ |
3 | git merge develop && \ |
4 | git push && \ |
5 | pelican && \ |
6 | git checkout develop |
7 |
Built with git-ssb-web