Fix artifact name
This commit is contained in:
parent
ef7610e550
commit
96afbedae3
@ -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/
|
||||
|
Reference in New Issue
Block a user