Sha256: 1e93ac043cceb9b6eaeafffb4bd51a15e65c344d04e878fd7b5e6e4cc9364170
Contents?: true
Size: 329 Bytes
Versions: 24
Compression:
Stored size: 329 Bytes
Contents
namespace :a9n do desc "Copy stage configuration to the base file." task :copy_stage_config do on roles(:app) do within fetch(:release_path) do execute :cp, "config/configuration.yml.#{fetch(:stage)}", "config/configuration.yml" end end end end after "deploy:updating", "a9n:copy_stage_config"
Version data entries
24 entries across 24 versions & 1 rubygems