This commit is contained in:
2026-05-02 02:48:40 +09:00
parent fcd3b87b2a
commit 39101ca422
9 changed files with 474 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace :post do
desc '投稿同期(ニコニコ以外)'
task sync: :environment do
Youtube::Sync.new.sync!
end
end