8000 Use pseudoterminal for git push. (#347) · ra2003/dry-python.github.io@88650b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 88650b7

Browse files
authored
Use pseudoterminal for git push. (dry-python#347)
1 parent a831b57 commit 88650b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ def deploy(c):
2828
command = "poetry run ghp-import --cname dry-python.org --branch master --push site"
2929
enter_username = Responder(r"Username: ", environ["GIT_COMMITTER_NAME"])
3030
enter_password = Responder(r"Password: ", environ["GIT_COMMITTER_PASSWORD"])
31-
c.run(command, watchers=[enter_username, enter_password])
31+
c.run(command, pty=True, watchers=[enter_username, enter_password])

0 commit comments

Comments
 (0)
0