[deploy] Feature:Rake Task to Return Health Check Token (#10436)
This commit is contained in:
parent
3303186125
commit
cc15266238
1 changed files with 4 additions and 0 deletions
|
|
@ -6,4 +6,8 @@ namespace :forem do
|
|||
ProfileField.destroy_all
|
||||
ProfileFields::AddBaseFields.call
|
||||
end
|
||||
|
||||
task health_check_token: :environment do
|
||||
puts SiteConfig.health_check_token
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue