From fdc42decf50b6b5331d73c480491b395ef47d817 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Tue, 13 Oct 2020 10:04:50 +0200 Subject: [PATCH] update ssh --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a5452f329f..4d8bc75ecd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,6 +6,9 @@ jobs: - image: circleci/node:10.16 steps: + - add_ssh_keys: + fingerprints: + - "06:24:54:b5:92:03:40:04:fc:87:82:c0:71:99:c4:6c" - checkout - run: name: Deploying to GitHub Pages @@ -13,7 +16,7 @@ jobs: git config --global user.email "mkolar@users.noreply.github.com" git config --global user.name "Website Deployment Script" echo "machine github.com login mkolar password $GITHUB_TOKEN" > ~/.netrc - cd website && yarn install && GIT_USER=mkolar yarn run publish-gh-pages + cd website && yarn install && GIT_USER=mkolar yarn run deploy workflows: build_and_deploy: