Lucas Motta

Results 33 comments of Lucas Motta

hey @juuuuuu, can you for now try adding this to your "exclude" parameter: ``` exclude: ["web/**"] ``` let me know if that fixes your issue for now.

@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...

If you want you can implement this, go ahead - would be awesome. It should be a simple task, since I am already using the `ssh2` library to handle the...

@CWSpear you could achieve this with the `post-receive` command, but it's executed only on the server-side. Even thou I like the idea of having one simple command to execute multiple...

@toborrow @enzy at the moment you cannot do that, because if a file is not being tracked by git, there's no way to tell if a file has changed or...

Hey @habovh and @enzy – I'm happy to say that the new DPLOY will support this feature! It's still under development, but it's pretty much stable at the moment. If...

Hey @mslemeri.. I've been discussing this for a while, but it's a tricky issue. Basically it's because we use git to track the files that were changed, and if they...

I'm happy to say that the new dploy will have a new `map` parameter, which will allow you to upload the files that are not being tracked by Git! Have...

Are you using FTP or SFTP? I ran a few tests on a FTP server to create directories on top of already pre-existing directories and I didn't get any errors......

I've noticed that this happens only when you have the `slots` option to be more than 1. Or is it happening as well when you the `slots` is 1?