Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da24290

Browse files
committed
Set SSH key to use for deployment.
1 parent 755033e commit da24290

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ jobs:
108108
name: "Built documentation is available at:"
109109
command: echo "${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/doc/build/html/index.html"
110110

111+
- add_ssh_keys:
112+
fingerprints:
113+
- "78:13:59:08:61:a9:e5:09:af:df:3a:d8:89:c2:84:c0"
111114
- deploy:
112115
name: "Deploy new docs"
113116
command: ./.circleci/deploy-docs.sh

0 commit comments

Comments
 (0)