I’m trying to reproduce the technique for pushing documentation to gh-pages published in this blog post by circle-ci that uses the node-js gh-pages program The agent successfully pulls from github at part of the “preparing working directory” build step but when it tries to push using gh-pages it deadlocks on an interactive prompt because the ssh key is unrecognized:
https://buildkite.com/uavcan/libuavcan-v1/builds/69#b9f81135-db93-47cf-a38d-4871059
I’m not quite sure how to solve this using Buildkite. circle-ci had an “add_ssh_keys” map in their yaml to support this. Is this a missing feature in Buildkite and/or its docker plugin? Is there any way to work around this? Thanks.