carrot / ship

⛔️ currently unmaintained ⛔️
Other
151 stars 14 forks source link

Implement Dropbox deployer #4

Closed kylemac closed 10 years ago

kylemac commented 11 years ago

This will be a bish to test, but the deployer is currently working

jescalan commented 10 years ago

So I just came across this library and I think it might be the way to go. They also have specific instructions on how to do auth with node, which is incredible and means we might be able to get our tests to pass :grinning:

https://github.com/dropbox/dropbox-js/blob/stable/guides/builtin_drivers.md#dropboxauthdrivernodeserver

kylemac commented 10 years ago

Yeah seemingly the end user will need to have a chrome extension installed that auto-clicks the accept button to allow for automated testing. This won't be able to solve our issue with the tests passing on Travis though.

jescalan commented 10 years ago

Yeah, I wonder what they would say about this... either way it's a little closer at least! And I like the fact that they have node-specific instructions and it's an officially maintained project as well. I'm going to file an issue to ask.

kylemac commented 10 years ago

closing for now - will reattempt this one in the future, but the manual oauth may never be as seamless as we want it.