Skip to content

Commit

Permalink
Fix naos
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Oct 26, 2023
1 parent d693f1e commit 0bfc119
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config/deploy/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
end
end
end
# before :publishing, :asset_stuff do
# on roles :web do
# within release_path do
# with rails_env: fetch(:rails_env) do
# execute :rake, 'assets:nodigest'
# end
# end
# end
# end
before :publishing, :asset_stuff do
on roles :web do
within release_path do
with rails_env: fetch(:rails_env) do
execute :rake, 'assets:nodigest'
end
end
end
end
end

0 comments on commit 0bfc119

Please sign in to comment.