Skip to content

Commit d09c52b

Browse files
committed
#11 タグ情報を流すコマンドを追加
1 parent 2b7ae72 commit d09c52b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/00-laravel-deploy.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ php artisan route:cache
1616
echo "Running migrations..."
1717
php artisan migrate --force
1818

19+
# タグのseederを流す
20+
echo "Running seeder tags"
21+
php artisan db:seed --class=TagSeeder
22+
1923
# npm依存関係インストール
2024
echo "Installing npm dependencies..."
2125
cd /var/www/html

0 commit comments

Comments
 (0)