We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3c0d2 commit 6740ac6Copy full SHA for 6740ac6
refresh_and_restart_prod.sh
@@ -1,13 +1,13 @@
1
#!/usr/bin/env /bin/sh
2
3
-#git pull origin master
+git pull origin master
4
export COMPOSE_HTTP_TIMEOUT=200
5
export GOMAXPROCS=4
6
OBEU_WORKDIR=$PWD
7
8
# -- build: Only rebuilding Images that have changed
9
10
cd $OBEU_WORKDIR/docker-config && \
11
-#docker-compose -f prod.yml up --build -d --remove-orphans
+docker-compose -f prod.yml up --build -d --remove-orphans
12
# For Pulling new Base Images and build from scratch:
13
-docker-compose -f prod.yml up --build -d --remove-orphans --force-recreate
+#docker-compose -f prod.yml up --build -d --remove-orphans --force-recreate
0 commit comments