probably makes more sense to have this in the makefile

This commit is contained in:
Jeff Lindsay
2013-06-13 21:58:58 -07:00
parent edcfdc97ea
commit 55ef891d9d
2 changed files with 1 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ install: submodule gitreceive sshcommand
cp buildstep/buildstep /home/git/buildstep
cp nginx-app-conf /home/git/nginx-app-conf
cp nginx-reloader.conf /etc/init/nginx-reloader.conf
echo "include /home/git/*/nginx.conf;" > /etc/nginx/conf.d/dokku.conf
submodule:
git submodule init