Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: consuldemocracy/consuldemocracy Loading
base: f15474a
Choose a base ref
...
head repository: consuldemocracy/consuldemocracy Loading
compare: d6eb6ce
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 11, 2023

  1. Wrap node commands with Capistrano

    This code is based on what the rvm1-capistrano and capistrano-nvm gems
    do, but simplified a bit to take advantage of the `fnm exec` command.
    
    Since ExecJS will check for a JavaScript runtime every time the
    application is started, we need to include commands like `bundle` (used
    when running `bin/delayed_job`), `puma` and `rake`, so Node.js is found
    when running these commands. I'm not sure whether `pumactl` is also
    necessary, but I've added it for consistency.
    
    We're also including the default commands gems like capistrano-nvm use
    because we will add the `npm` command in the near future.
    javierm committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d6eb6ce View commit details
    Browse the repository at this point in the history
Loading