Giter VIP home page Giter VIP logo

Comments (6)

estepnv avatar estepnv commented on August 10, 2024

@907th I'm already using master branch on one of my projects staging server. Everything is smooth. However, I'd suggest adding a notice to the README about explicitly setting up bundle_bin. Because in launch block when you are using rbenv it cannot find bundle in PATH. I had trouble with that.

from mina-clockwork.

907th avatar 907th commented on August 10, 2024

@estepan How did you resolved it? I think that rbenv users should require 'mina/rbenv' and invoke :'rbenv:load', it should make bundle command available without having to override :bundle_bin option manually.

from mina-clockwork.

estepnv avatar estepnv commented on August 10, 2024

That's the first approach.
But it forces you to invoke rbenv:load on each step of deployment.
I installed bundler via gem install so it appears in ~/.rbenv/shims. Then I assigned :bundle_bin to ~/.rbenv/shims/bundle

from mina-clockwork.

907th avatar 907th commented on August 10, 2024

@estepan Typically you should invoke :'rbenv:load' in an :environment task which is executed only once before every other task (at the start of the deploy, not on each step).

from mina-clockwork.

907th avatar 907th commented on August 10, 2024

@estepan I also added a fallback to clockworkd (without bundle exec prefix) when no :bundle_bin set in 4a29d42

from mina-clockwork.

907th avatar 907th commented on August 10, 2024

@estepan 🎉 I've released v1.0.0. Thank you for your help!

from mina-clockwork.

Related Issues (1)

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.