diff options
author | eug-vs <eug-vs@keemail.me> | 2020-03-21 18:39:15 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-03-21 18:48:53 +0300 |
commit | 61e96cda1e759cc433414207cc44b9cee10bc852 (patch) | |
tree | 0025bbcf99e26bcc8829e941ad95e95f7a9add56 | |
parent | 6dd3e8909a9173f14ea0322d27ab47d0485da37e (diff) | |
download | chrono-cube-ui-develop.tar.gz |
ci: add github ssh keydevelop
-rw-r--r-- | .circleci/config.yml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 84c6a35..f23415b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,9 +39,16 @@ jobs: # fallback to using the latest cache if no exact match is found - v1-dependencies- + - add_ssh_keys: + fingerprints: + - "19:b9:a4:c7:83:51:7c:6e:ea:d3:7e:42:d9:f2:bc:a1" + - run: - name: Authenticate with registry - command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc + name: Configure github user + command: | + git config user.email "eug-vs@keemail.me" + git config user.name "eug-vs" + - run: name: Deploy package command: npm run deploy |