Skip to content

Commit 285dcbb

Browse files
committed
🔨 Update service name and image name for certbot in sync-versions.sh
1 parent a57cad5 commit 285dcbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/sync-versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ fi
2626
# Load from envrionment variables:
2727
VERSION_FILE_PATH="${VERSION_FILE_PATH:-VERSION.txt}"
2828
COMPOSE_FILE_PATH="${COMPOSE_FILE_PATH:-templates/compose/compose.override.prod.yml}"
29-
SERVICE_NAME="${SERVICE_NAME:-nginx}"
30-
IMG_NAME="${IMG_NAME:-bybatkhuu/nginx}"
29+
SERVICE_NAME="${SERVICE_NAME:-certbot}"
30+
IMG_NAME="${IMG_NAME:-bybatkhuu/certbot}"
3131

3232
# Flags:
3333
_IS_ADD=false

0 commit comments

Comments
 (0)