Skip to content

Commit 2371c7f

Browse files
author
matthias_schaub
committed
Recreate deploy_firebase as well.
1 parent 6791644 commit 2371c7f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

recreate_container.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
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
6-
docker-compose build --no-cache postgres mapswipe_workers manager_dashboard nginx api
5+
docker-compose build --no-cache postgres firebase_deploy mapswipe_workers manager_dashboard nginx api
76
if [[ $? = 0 ]]; then
87
echo "success"
98
else
109
echo "failure: $?"
1110
exit
1211
fi
1312

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
13+
docker-compose up -d --force-recreate postgres firebase_deploy mapswipe_workers manager_dashboard nginx api
1614
if [[ $? = 0 ]]; then
1715
echo "success"
1816
else

0 commit comments

Comments
 (0)