Skip to content

Commit 2229d91

Browse files
authored
changed repo where to deploy built branch (#1946)
* changed repo where to deploy built branch * also changed fingerprint
1 parent acd7b1d commit 2229d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ jobs:
399399
steps:
400400
- add_ssh_keys:
401401
fingerprints:
402-
- "d9:b0:da:5c:3e:8c:b6:b6:d5:b6:35:70:ce:fe:f5:b1"
402+
- "3e:4b:19:1c:c2:d1:92:dd:bf:f8:c9:d6:a6:78:69:2a"
403403

404404
- checkout
405405

@@ -453,7 +453,7 @@ jobs:
453453
git config user.email [email protected]
454454
git add *
455455
git commit -m build
456-
git push --force [email protected]:plotly/plotly.py.git master:built
456+
git push --force [email protected]:plotly/plotly.py-docs.git master:built
457457
rm -rf .git
458458
cd ../..
459459
fi

0 commit comments

Comments
 (0)