Skip to content

Commit 9be03be

Browse files
committed
fix: Use SSH within release and deploy scripts
1 parent dc71c3c commit 9be03be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/deploy/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import time
1717
#from release import releasePkg
1818

19-
GitHostURL = 'https://github.com/'
19+
GitHostURL = 'git@github.com:'
2020
CHANGELOG_PATH = 'tools/deploy/changelog.json'
2121
DOC_CHANGELOG_PATH = 'doc/chglog.txt'
2222

0 commit comments

Comments
 (0)