dploy icon indicating copy to clipboard operation
dploy copied to clipboard

⛔️ currently unmaintained ⛔️

Results 60 dploy issues
Sort by recently updated
recently updated
newest added

Hey there, dploy has already become one of my favorite tool. Greatest finding for 2014! An awesome addition would be to have the opportunity to setup a callback. The idea...

Right now, I have a pretty basic folder structure for my app: ``` | myapp |--www |--deploy |--dploy.yaml |--buildfile ``` When I run a build process, it builds into the...

enhancement

For example: ``` yaml path: local: "dist/" ``` matches: ``` [ + ] File uploaded: client/bower_components/spin.js/dist/spin.js: [ + ] File uploaded: client/bower_components/spin.js/dist/spin.min.js: [ + ] File uploaded: dist/_font_init.html: [ +...

bug

Would be cool to specify the output into a new folder in a directory. Upload fails for me if the output folder doesn't exist.

enhancement

There is a way to call user and password in the command line? Something like : dploy user pass It would be useful for use in Jenkins

Hi, I got this error when trying `dploy install` since I want to use the commit feature it's really annoying ! I've checked all the permission and they look fine...

I'm a french user and I have some files with accent. For exemple 'é' is identify as \303\251 and I cant dploy these files. For exemple this stackStrace when I...

After `All Completed :)` I got this ``` /.../node_modules/dploy/lib/deploy.js:791 con.closed.add(function() { ^ TypeError: Cannot call method 'add' of null at Deploy.module.exports.Deploy.removeConnections (/.../node_modules/dploy/lib/deploy.js:791:22) at Deploy.removeConnections (/.../node_modules/dploy/lib/deploy.js:3:61) at Deploy.module.exports.Deploy.nextOnQueue (/.../node_modules/dploy/lib/deploy.js:663:19) at /.../node_modules/dploy/lib/deploy.js:306:22...

Hi, I'm just having an infinite loop while uploading my contents. No error, no logfile, I don't know what can cause this issue.. The files are not heavy, it should...