Skip to content

Commit 389cba6

Browse files
author
matthias_schaub
committed
Temporarly disable firebase deployment.
1 parent 9e0b546 commit 389cba6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deploy.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
# This script builds and starts all Docker container for running the Mapswipe ecosystem.
33
# It is run either manually or by an Ansible Playbook after a successful Travis build.
44

5-
docker-compose build --no-cache postgres firebase_deploy mapswipe_workers manager_dashboard nginx api
5+
# docker-compose build --no-cache postgres firebase_deploy mapswipe_workers manager_dashboard nginx api
6+
docker-compose build --no-cache postgres mapswipe_workers manager_dashboard nginx api
67
if [[ $? = 0 ]]; then
78
echo "success"
89
else
910
echo "failure: $?"
1011
exit
1112
fi
1213

13-
docker-compose up -d --force-recreate postgres firebase_deploy mapswipe_workers manager_dashboard nginx api
14+
# docker-compose up -d --force-recreate postgres firebase_deploy mapswipe_workers manager_dashboard nginx api
15+
docker-compose up -d --force-recreate postgres mapswipe_workers manager_dashboard nginx api
1416
if [[ $? = 0 ]]; then
1517
echo "success"
1618
else

0 commit comments

Comments
 (0)