cicd: removed happydev deployment entry
This commit is contained in:
parent
17cce1ea6b
commit
1438c73c2f
@ -132,14 +132,3 @@ hublworld:
|
||||
only:
|
||||
- master
|
||||
when: manual
|
||||
|
||||
happydev:
|
||||
extends: .ansible
|
||||
script:
|
||||
- cd /platform
|
||||
- echo "$VAULT_KEY" > .vault-password.txt
|
||||
- echo "$SSH_DEPLOY_KEY" | tr -d '\r' > gitlab.key && chmod 600 gitlab.key
|
||||
- ansible-playbook --key-file gitlab.key deploy.yml -t client -l "$CI_JOB_NAME" -e "client_code_version=$CI_COMMIT_SHA"
|
||||
only:
|
||||
- master
|
||||
when: manual
|
||||
|
Loading…
Reference in New Issue
Block a user