Skip to content

Commit 298f040

Browse files
authored
Merge pull request #29 from flownative/task/cache-setupall
Update beach.sh to run cache:setupall
2 parents 4f00472 + 703720b commit 298f040

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

root-files/opt/flownative/lib/beach.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ beach_run_resource_publish() {
183183
# @return void
184184
#
185185
beach_run_cache_warmup() {
186+
info "Beach: Setting up caches"
187+
"${BEACH_APPLICATION_PATH}/flow" cache:setupall 2>&1 | (sed 's/^/Beach: (flow) /' | output)
186188
info "Beach: Warming up caches"
187189
"${BEACH_APPLICATION_PATH}/flow" cache:warmup 2>&1 | (sed 's/^/Beach: (flow) /' | output)
188190
}

0 commit comments

Comments
 (0)