From 4b7e62cb444a2bdc7b44efd4009134c70a3643b8 Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Thu, 15 May 2025 14:34:57 +0200 Subject: [PATCH] syntax error containers list affine deploy --- affine/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/affine/deploy.sh b/affine/deploy.sh index 7588c1c..f1bde3b 100755 --- a/affine/deploy.sh +++ b/affine/deploy.sh @@ -17,8 +17,8 @@ for service in "${services[@]}"; do done containers=( - "$CONTAINER_SERVER", - "$CONTAINER_POSTGRES", + "$CONTAINER_SERVER" + "$CONTAINER_POSTGRES" "$CONTAINER_REDIS" )