diff --git a/.circleci/config.yml b/.circleci/config.yml index 546eeff..9a0ad3f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ defaults: &defaults docker: - image: circleci/node - working_directory: /home/circleci/app + working_directory: ~/app @@ -139,6 +139,12 @@ jobs: - attach_workspace: at: . + - run: + command: | + mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config + git clone -b develop $CIRCLE_REPOSITORY_URL + cd $CIRCLE_PROJECT_REPONAME + - run: name: Release command: npx semantic-release