Skip to content
Snippets Groups Projects
Commit 41216383 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

deploy fix

parent 23927e93
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,8 @@ namespace :app do
desc 'Fix things'
task fix: :environment do
Communication::Website.find_each do |website|
MigrateWebsiteConnectionsJob.perform_later(website.id)
website.destroy_obsolete_git_files_without_delay
website.save_and_sync
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment