Giter VIP home page Giter VIP logo

Comments (3)

sheharyarn avatar sheharyarn commented on August 22, 2024

Hmmm, that should not be happening. Were you able to reproduce the issue in a minimal capistrano set up? It's possible that the console output might be affected by different configurations for your staging environment.

I assume that the task completes successfully and works as expected even though there is no output, right?

from capistrano-rake.

PawelDedio avatar PawelDedio commented on August 22, 2024

I have nothing special in my staging configuration, only server configuration and task for generating doc, but this task is run only after full deploy.

set :rails_env, 'production'

after :deploy, 'deploy:generate_doc'

namespace :deploy do
  desc 'generate doc'
  task :generate_doc do
    on roles(:app) do
      execute "apidoc -i #{current_path}/app -o #{current_path}/public/apidoc"
    end
  end
end

I assume that the task completes successfully and works as expected even though there is no output, right?

Yes, task work correctly but it prints no output.

from capistrano-rake.

PawelDedio avatar PawelDedio commented on August 22, 2024

Ok I found what was the cause of this. In my task I called sh few times, I divided this task to few smaller (only one shcall per task) and now everything works correctly.

from capistrano-rake.

Related Issues (6)

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.