mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 09:30:58 +00:00
13 lines
No EOL
401 B
Ruby
13 lines
No EOL
401 B
Ruby
# Override the path before running the setup
|
|
set :deploy_config_path, 'deploy/deploy.rb'
|
|
set :stage_config_path, 'deploy/stages/'
|
|
|
|
# Load DSL and set up stages
|
|
require 'capistrano/setup'
|
|
|
|
# Include default deployment tasks
|
|
require 'capistrano/deploy'
|
|
require 'capistrano/symfony'
|
|
|
|
# Override the default path to bundle deployments scripts and tasks
|
|
Dir.glob('deploy/tasks/*.cap').each { |r| import r } |