1
vote
2answers
345 views

How do you define the host for Fabric to push to GitHub? (updated)

Original Question I've got some python scripts which have been using Amazon S3 to upload screenshots taken following Selenium tests within the script. Now we're moving from S3 to use GitHub so I've ...