Merge branch 'master' into feature/circle-admin-cards

This commit is contained in:
Jean-Baptiste Pasquier 2021-03-29 13:31:18 +02:00
commit d1560914c1
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