Skip to content

Commit

Permalink
Import airports on each deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Aug 18, 2024
1 parent d0aba60 commit fdb2625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .nomad/scripts/prestart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ cp --recursive --verbose public/* /assets/${NOMAD_JOB_NAME}/
if [ ${SCOUT_DRIVER} = "meilisearch" ]
then
php artisan scout:sync-index-settings --no-interaction --verbose || true
php artisan scout:import \\App\\Models\\Airport
fi

0 comments on commit fdb2625

Please sign in to comment.