Skip to content

Commit ee872f4

Browse files
author
Volodymyr Ponomarenko
committed
Init
1 parent f65233f commit ee872f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/00-laravel-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ php artisan config:cache
88
echo "Caching routes..."
99
php artisan route:cache
1010

11-
echo "Clear database..."
11+
echo "Clear database..2."
1212
php artisan db:wipe
1313

1414
echo "Running migrations..."

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ php artisan config:cache
88
echo "Caching routes..."
99
php artisan route:cache
1010

11-
echo "Clear database..."
11+
echo "Clear database.1.."
1212
php artisan db:wipe
1313

1414
echo "Running migrations..."

0 commit comments

Comments
 (0)