Giter Club home page Giter Club logo

Comments (8)

gregberge avatar gregberge commented on June 19, 2024

I am sorry but I don't know what can be the problem. You know Windows is not supported either as a deploy environment or either as a remote environment. Let me know if you find the problem.

from shipit-deploy.

AntJanus avatar AntJanus commented on June 19, 2024

@neoziro I didn't realize it was platform limited. I'd love to help out to bring about Windows as an environment from which you can deploy. It seems like the only issue currently is the improper key usage for rsync or something.

I looked through the code of Shipit for the remote copy and besides the pathing (using / instead of path.sep), it all looks good. I'll give fixing it a shot. This module honestly fulfills 90% of my business needs (beside the actual copying).

Also, question, is there a reason why the files get built locally and rsynced/etc. rather than checking out the repo remotely?

from shipit-deploy.

gregberge avatar gregberge commented on June 19, 2024

@AntJanus did you resolve your problem?

Yes the reason is that in most of case, the build phase is very expensive in term of CPU (uglify, etc..) so I prefer to do it on a CI server or on my machine to prevent lags on the remote server. It's not a good practice to run the build on a production server.

from shipit-deploy.

AntJanus avatar AntJanus commented on June 19, 2024

@neoziro I never really resolved the issue of using a custom ssh key and specifying the path to the key; however, adding the key to my ~/.ssh folder and adding the correct entry into my config file did the trick. Now I just have to configure the rest of the application deployment process.

from shipit-deploy.

gregberge avatar gregberge commented on June 19, 2024

@AntJanus OK weird. I close it.

from shipit-deploy.

AntJanus avatar AntJanus commented on June 19, 2024

Yeah, I guess. Well, at least there's an issue open now that anyone with a Windows machine can review in case they encounter the same problem.

from shipit-deploy.

gregberge avatar gregberge commented on June 19, 2024

Should be fixed by #49

from shipit-deploy.

AntJanus avatar AntJanus commented on June 19, 2024

@neoziro thanks! I'll have to try this out :)

from shipit-deploy.

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.