Skip to content

Commit 6740ac6

Browse files
committed
fixed refresh script
1 parent cc3c0d2 commit 6740ac6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

refresh_and_restart_prod.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/usr/bin/env /bin/sh
22

3-
#git pull origin master
3+
git pull origin master
44
export COMPOSE_HTTP_TIMEOUT=200
55
export GOMAXPROCS=4
66
OBEU_WORKDIR=$PWD
77

88
# -- build: Only rebuilding Images that have changed
99
# -- build: Only rebuilding Images that have changed
1010
cd $OBEU_WORKDIR/docker-config && \
11-
#docker-compose -f prod.yml up --build -d --remove-orphans
11+
docker-compose -f prod.yml up --build -d --remove-orphans
1212
# For Pulling new Base Images and build from scratch:
13-
docker-compose -f prod.yml up --build -d --remove-orphans --force-recreate
13+
#docker-compose -f prod.yml up --build -d --remove-orphans --force-recreate

0 commit comments

Comments
 (0)