Skip to content

Commit c08b2bc

Browse files
committed
Updating deployment
1 parent edbcd6c commit c08b2bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deploy.sh

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

33
echo "Running deploy script \n"
44

5-
echo "1/4 Pull new changes\n"
5+
echo "1/5 Pull new changes\n"
66
git pull origin main
77

8-
echo "2/4 Create database if one isn't found \n"
8+
echo "2/5 Create database if one isn't found \n"
99
touch database/database.sqlite
1010

11-
echo "3/4 Installing packages using composer\n"
11+
echo "3/5 Installing packages using composer\n"
1212
composer install
1313

14-
echo "4/4 Publishing API Platform assets\n"
14+
echo "4/5 Publishing API Platform assets\n"
1515
php artisan api-platform:install
1616

17-
echo "5/4 Migrating database\n"
17+
echo "5/5 Migrating database\n"
1818
php artisan migrate
1919

2020
echo "Site has been deployed!\n"

0 commit comments

Comments
 (0)