Skip to content

Commit

Permalink
WIP - deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
Janell-Huyck committed Dec 2, 2024
1 parent f9fb5d2 commit 3407fa7
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,24 +69,6 @@
end
end

# Rake::Task["deploy:assets:precompile"].clear_actions

# namespace :deploy do
# namespace :assets do
# desc 'Precompile assets locally and then rsync to web servers'
# task :precompile do
# on roles(fetch(:assets_roles)) do
# within release_path do
# with rails_env: fetch(:rails_env) do
# execute :bundle, 'exec rake assets:precompile --trace'
# end
# end
# end
# end
# end
# end


Capistrano::DSL.stages.each do |stage|
after stage, 'deploy:confirmation'
end

0 comments on commit 3407fa7

Please sign in to comment.