There was an error while loading. Please reload this page.
1 parent 80a6b2d commit eb03704Copy full SHA for eb03704
steps/push/lib/git-bare-resources/post-receive-utils.sh
@@ -20,6 +20,7 @@ stop_current_container() {
20
CURRENT_DIR=$(pwd)
21
if [ -f "$CURRENT_DOCKER_COMPOSE" ]; then
22
cd "$DEPLOYMENT_DIR/current"
23
+docker-compose logs > $SERVICE_NAME.log
24
docker-compose rm -sf
25
cd "$CURRENT_DIR"
26
fi
0 commit comments