File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 6
6
set :application_name , 'awesome_app'
7
7
set :repository , 'git://...'
8
8
set :service_manager , :systemd
9
- set :bundle_options , ''
9
+ set :bundle_withouts , 'development test ci deploy '
10
10
# set :background_worker, 'dj' / 'sidekiq'
11
11
12
12
task :staging do
33
33
invoke :'git:clone'
34
34
invoke :'deploy:link_shared_paths'
35
35
invoke :'bundle:install_gem'
36
- command "export BUNDLE_APP_CONFIG='.bundle/server'"
37
36
invoke :'bundle:install'
38
37
command 'yarn install'
39
38
invoke :'secrets:pull'
Original file line number Diff line number Diff line change 245
245
HEREDOC
246
246
create_file '.bundle/ci-deploy/config' , BUNDLER_CI_DEPLOY_CONFIG , force : true
247
247
248
- BUNDLER_SERVER_CONFIG = <<~HEREDOC . strip_heredoc
249
- ---
250
- BUNDLE_DEPLOYMENT: "true"
251
- BUNDLE_WITHOUT: "development test ci deploy"
252
- HEREDOC
253
- create_file '.bundle/server/config' , BUNDLER_SERVER_CONFIG , force : true
254
-
255
248
# bugsnag
256
249
BUGSNAG_CONFIG = <<-HEREDOC . strip_heredoc
257
250
Bugsnag.configure do |config|
You can’t perform that action at this time.
0 commit comments