We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed93867 + 5da58e3 commit 635f4a8Copy full SHA for 635f4a8
lib/tasks/redmine_git_hosting.rake
@@ -90,4 +90,13 @@ namespace :redmine_git_hosting do
90
line.match(/.*version\s*['"](.*)['"]/)[1]
91
end
92
93
+
94
+ desc "Resync ssh_keys"
95
+ task :resync_ssh_keys => [:environment] do
96
+ puts "Performing manual resync_ssh_keys operation..."
97
+ RedmineGitHosting.logger.warn("Performing manual resync_ssh_keys operation from command line")
98
+ GitoliteAccessor.resync_ssh_keys
99
+ puts "Done!"
100
+ end
101
102
0 commit comments