From 28f7d7db8d6e895d2e1428c7597b7474668ba5bb Mon Sep 17 00:00:00 2001 From: KC Erb Date: Sat, 10 Oct 2020 19:02:47 -0400 Subject: [PATCH] fix leaked name in proj_template --- proj_template/script/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proj_template/script/deploy b/proj_template/script/deploy index d78d74f..4532b40 100755 --- a/proj_template/script/deploy +++ b/proj_template/script/deploy @@ -36,7 +36,7 @@ if [[ -z "$DEPLOY_VERSION" ]]; then fi MAX_COMMITS=10 -IMAGE='registry.gitlab.com/kcerb/foo_bar/lucky' +IMAGE='registry.gitlab.com/GITLAB_USER/GITLAB_REPO_NAME/lucky' # Update commit to match deploy git checkout $DEPLOY_VERSION