lucasmotta / dploy

⛔️ currently unmaintained ⛔️
http://lucasmotta.github.io/dploy/
MIT License
990 stars 90 forks source link

Debug option or how to debug? #46

Open gurix opened 10 years ago

gurix commented 10 years ago

Hey Hey I am just trying to use dploy for my project. At first everything seems fine, but after several files, the deployment hangs without any error. Is there any debug option? How can I debug this? To be honest I am not familiar with node.js

lucasmotta commented 9 years ago

@gurix the new dploy will have a --debug flag - also if there's any errors during your deployment, a dploy.log file will be created on the root of your repo - it will be really useful to debug errors!!

If you want to give it a try before, check the beta branch: https://github.com/LeanMeanFightingMachine/dploy/tree/v2-beta

gurix commented 9 years ago

Thanks for the Info, don't need deploy anymore for my project but I will keep dploy in mind for later.