Configure target GIT repo

This commit is contained in:
Simon Warta 2020-07-02 10:22:46 +02:00
parent 4db45c3889
commit 780a0ba640

View File

@ -337,7 +337,7 @@ jobs:
at: .
- run:
name: Deploy to GitHub pages
command: npx gh-pages --message "Update docs [skip ci]" --dist docs_deployment
command: npx gh-pages --message "Update docs [skip ci]" --dist docs_deployment --user "CI deployment <ci@cosmwasm.com>" --repo "git@github.com:CosmWasm/cosmjs.git"
lint:
docker:
- image: circleci/node:10-buster