cicd: removed happydev deployment entry

This commit is contained in:
plup 2021-03-29 10:53:29 +02:00
parent 17cce1ea6b
commit 1438c73c2f
1 changed files with 0 additions and 11 deletions

View File

@ -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