diff options
author | eug-vs <eug-vs@keemail.me> | 2020-04-07 16:22:33 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-04-07 16:22:33 +0300 |
commit | 3e42b2b555d8cdbee72151b535a47b1b253751d4 (patch) | |
tree | 67963e34213a9f07e5ca10dbe4914d24ed1b5726 | |
parent | da623fef69b093ba3fa54842ab21c21fc7c8e649 (diff) | |
download | react-benzin-3e42b2b555d8cdbee72151b535a47b1b253751d4.tar.gz |
fix: add missing github user
-rw-r--r-- | .circleci/config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index f3500d2..85fd519 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,6 +44,12 @@ jobs: - "02:a9:ad:b9:38:7c:39:70:20:ee:92:4c:86:27:43:9d" - run: + name: Configure github user + command: | + git config user.email "eug-vs@keemail.me" + git config user.name "eug-vs" + + - run: name: Deploy to gh-pages command: npm run deploy-pages |