Giter Site home page Giter Site logo

Comments (3)

lucasmotta avatar lucasmotta commented on May 30, 2024

Hey @luchiniii, the local path should always be relative to your git repository, and not an absolute path.
If your git repository is on the nodejs folder, try leaving the local path empty โ€“ so the entire nodejs folder will be uploaded.

But honestly, I haven't done much testing on Windows, but I know that @joncys fixed a few bugs so it should be working fine. Let me know if changing this local path works for you.

from dploy.

joncys avatar joncys commented on May 30, 2024

Yes, I was able to deploy using the latest (1.2.0) version on Windows with no problems. You probably just have to change the local path to be relative, rather than absolute.

Though, for a fun fact, I was able to deploy nothing but a .rev file (since no other files were found because of global - local mismatch) even when entering the local path as a global reference.

from dploy.

Awea avatar Awea commented on May 30, 2024

I got the same issue on OS X with almost the latest version of everything:

  • OS X 10.10.4
  • Nodejs 0.10.32
  • dploy 1.2.0

Using this config file :

dev:
    scheme: ftp
    host: host.com
    port: 21
    user: bar
    pass: foo
    check: true
    path:
        local: "public/wp-content/themes/8wordpress/"
        remote: "wp-content/themes/8wordpress/"

But it's stuck at Checking revisions... when I do a dploy dev -c

from dploy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.