Skip to content

Commit be085bd

Browse files
committed
Updating build script
1 parent 326dfdd commit be085bd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
echo "Running deploy script"
44

5-
echo "[1/4] Pulling from github"
5+
echo "[1/5] Pulling from GitHub"
66
git pull origin
77

8-
echo "[1/5] Creating database if one isn't found"
8+
echo "[2/5] Creating database if one isn't found"
99
touch database/database.sqlite
1010

11-
echo "[2/6] Installing packages using composer"
11+
echo "[3/5] Installing packages using composer"
1212
composer install
1313

14-
echo "[3/7] Publishing API Platform assets"
14+
echo "[4/5] Publishing API Platform assets"
1515
php artisan api-platform:install
1616

17-
echo "[4/8] Migrating database"
18-
php artisan migrate --force
17+
echo "[5/5] Migrating database"
18+
php artisan migrate --force
1919

20-
echo "Site has been deployed!"
20+
echo "The app has been built!"

0 commit comments

Comments
 (0)