File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
echo " Running deploy script"
4
4
5
- echo " [1/4 ] Pulling from github "
5
+ echo " [1/5 ] Pulling from GitHub "
6
6
git pull origin
7
7
8
- echo " [1 /5] Creating database if one isn't found"
8
+ echo " [2 /5] Creating database if one isn't found"
9
9
touch database/database.sqlite
10
10
11
- echo " [2/6 ] Installing packages using composer"
11
+ echo " [3/5 ] Installing packages using composer"
12
12
composer install
13
13
14
- echo " [3/7 ] Publishing API Platform assets"
14
+ echo " [4/5 ] Publishing API Platform assets"
15
15
php artisan api-platform:install
16
16
17
- echo " [4/8 ] Migrating database"
18
- php artisan migrate --force
17
+ echo " [5/5 ] Migrating database"
18
+ php artisan migrate --force
19
19
20
- echo " Site has been deployed !"
20
+ echo " The app has been built !"
You can’t perform that action at this time.
0 commit comments