From 4a45b0c84a55bbf55728b3a995315c57b48da382 Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Mon, 1 Feb 2021 10:39:50 +0100 Subject: [PATCH] fix: incorrectly assigned alias parameter --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index fe84df0..ae18908 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -30,7 +30,7 @@ fi if [[ -n $DEPLOY_ALIAS ]] then - COMMAND+=" --alias $COMMAND" + COMMAND+=" --alias $DEPLOY_ALIAS" fi # Deploy with netlify