From 96afbedae3ee36152f087555b3506e6254f46843 Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Sat, 2 Mar 2019 18:58:11 +0400 Subject: [PATCH] Fix artifact name --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55d1551..bfbeae2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ build: untracked: true expire_in: 4 hours paths: - - fw_zookeeper + - fw_zookeeper_helper deploy: stage: deploy @@ -47,4 +47,4 @@ deploy: - ssh-add ~/.ssh/id_rsa - ssh-keyscan -H $DEPLOY_HOST >> ~/.ssh/known_hosts script: - - scp fw_zookeeper $DEPLOY_USER@$DEPLOY_HOST:/usr/local/bin/ + - scp fw_zookeeper_helper $DEPLOY_USER@$DEPLOY_HOST:/usr/local/bin/