Skip to content

Commit ab5c421

Browse files
authored
Merge pull request #6242 from 7riumph/seperate_out_rake_tasks
Seperate out rake tasks
2 parents 13aa6fc + ca596fb commit ab5c421

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/tasks/deployment/20230822145532_populate_api_tokens.rake renamed to lib/tasks/deployment/20250226015042_populate_new_api_and_refresh_token.rake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace :after_party do
2-
desc "Deployment task: populate_api_tokens"
3-
task populate_api_tokens: :environment do
4-
puts "Running deploy task 'populate_api_tokens'" unless Rails.env.test?
2+
desc "Deployment task: populate_new_api_and_refresh_token"
3+
task populate_new_api_and_refresh_token: :environment do
4+
puts "Running deploy task 'populate_new_api_and_refresh_token'"
55

66
# Put your task implementation HERE.
77
User.find_each do |user|

0 commit comments

Comments
 (0)