Fixed .gitmodules

This commit is contained in:
CoreOS Admin
2015-09-22 21:13:35 +00:00
parent 3e82582d2b
commit 3c55b19576
2 changed files with 8 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -4,3 +4,6 @@
[submodule "dss.web"] [submodule "dss.web"]
path = dss.web path = dss.web
url = git@github.com:fergalmoran/dss.web.git url = git@github.com:fergalmoran/dss.web.git
[submodule "dss.radio"]
path = dss.radio
url = git@github.com:fergalmoran/dss.radio.git

View File

@@ -1,2 +1,6 @@
export PATH=$PATH:/mnt/bin/ export PATH=$PATH:/mnt/bin/
git pull && cd dss.web && git pull && cd .. && cd dss.api && git pull && cd .. && docker-compose build && docker-compose up $1 git pull && \
cd dss.web && git pull && cd .. && \
cd dss.api && git pull && cd .. && \
cd dss.radio && git radio && cd .. && \
docker-compose build && docker-compose up $1