Fix artifact name
This commit is contained in:
parent
ef7610e550
commit
96afbedae3
@ -32,7 +32,7 @@ build:
|
|||||||
untracked: true
|
untracked: true
|
||||||
expire_in: 4 hours
|
expire_in: 4 hours
|
||||||
paths:
|
paths:
|
||||||
- fw_zookeeper
|
- fw_zookeeper_helper
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
@ -47,4 +47,4 @@ deploy:
|
|||||||
- ssh-add ~/.ssh/id_rsa
|
- ssh-add ~/.ssh/id_rsa
|
||||||
- ssh-keyscan -H $DEPLOY_HOST >> ~/.ssh/known_hosts
|
- ssh-keyscan -H $DEPLOY_HOST >> ~/.ssh/known_hosts
|
||||||
script:
|
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