scttnlsn / dandelion

Incremental Git repository deployment.
http://scttnlsn.github.io/dandelion
MIT License
738 stars 60 forks source link

FTPS deploy issue #174

Closed mediaformat closed 1 year ago

mediaformat commented 2 years ago

We're using the latest version v0.5.4, but running into an issue with ftps

The ftps adapter requires additional gems:    double-bag-ftps
Please install the gems first: gem install double-bag-ftps

Despite double-bag-ftps being in installed

Could this be related to https://github.com/scttnlsn/dandelion/pull/166

scttnlsn commented 2 years ago

@mediaformat Have you tested #166? I don't have a good way to test FTPS transfers. If you're making FTPS transfers and #166 is working as expected then I can get that merged and deployed in a new version.

mediaformat commented 2 years ago

After testing and reviewing #166 we decided to implement the changes ourselves via #175.

I don't have a good way to test FTPS transfers

We haven't tested dandelion with this site, but have confirmed FTPS connections work via Filezilla.

scttnlsn commented 1 year ago

Fixed via https://github.com/scttnlsn/dandelion/pull/175