method

run_kamal

rails latest stable - Class: Rails::Generators::AppBase

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

run_kamal()
private

No documentation available.

# File railties/lib/rails/generators/app_base.rb, line 723
      def run_kamal
        return if options[:skip_kamal] || !bundle_install?

        bundle_command "binstubs kamal"
        bundle_command "exec kamal init"

        template "kamal-secrets.tt", ".kamal/secrets", force: true
        template "config/deploy.yml", force: true
      end