[deploy] Bug Fix:Execute Hypershield Refresh Task (#9858)
This commit is contained in:
parent
09c3c25bf8
commit
b003f45de8
1 changed files with 1 additions and 1 deletions
|
|
@ -19,6 +19,6 @@ if ENV["ENABLE_HYPERSHIELD"].present?
|
|||
# runs AFTER db:prepare. Passing it as an argument will cause it to run BEFORE
|
||||
# https://ruby-doc.org/stdlib-2.0.0/libdoc/rake/rdoc/Rake/Task.html#method-i-enhance
|
||||
Rake::Task["db:prepare"].enhance do
|
||||
Rake::Task["hypershield:refresh"]
|
||||
Rake::Task["hypershield:refresh"].execute
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue