From d6cd0c2965df7110a0bb482dc6d2fbffad613bbc Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Wed, 3 Jul 2024 15:52:29 +1000 Subject: [PATCH] produce tweaks --- scripts/produce.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/produce.sh b/scripts/produce.sh index 8870e15..9418ece 100644 --- a/scripts/produce.sh +++ b/scripts/produce.sh @@ -4,10 +4,10 @@ source "$(dirname "$0")/common" export PATH=/usr/sbin:/usr/bin:/root/bin TARGET_DIR="/mnt/compose/11" LOG_DIR="/mnt/compose/logs" -SHORT=Rocky +SHORT=smeserver CONFIG=/etc/pungi-prod/smeserver.conf # Unused for now -OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID) +OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-11/COMPOSE_ID) SKIP="" LABEL="--production --label RC-${REVISION}"