capistrano-deploy icon indicating copy to clipboard operation
capistrano-deploy copied to clipboard

Unable to locate executable file: bundle.

Open muhammadyana opened this issue 2 years ago • 1 comments

Hi @miloserdow, I've setup my capistrano but not in ruby project, i use in my react project. is it possible use for non ruby project? When i use this action in my react project i got error Error: Error: Unable to locate executable file: bundle. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.

Thank u

muhammadyana avatar Apr 21 '22 15:04 muhammadyana

It would be possible to use this action in a non-Ruby project but the action expects your workflow to include Ruby (probably via ruby/setup-ruby - see this project's workflow example) and requires that the project includes the Capistrano dependency in a Gemfile along with the Capistrano config.

An alternative might be to choose from one of the many providers that are more focussed on static sites like GitHub Pages, Netlify, or Vercel.

benpickles avatar Apr 22 '22 09:04 benpickles