We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbcd6c commit c08b2bcCopy full SHA for c08b2bc
deploy.sh
@@ -2,19 +2,19 @@
2
3
echo "Running deploy script \n"
4
5
-echo "1/4 Pull new changes\n"
+echo "1/5 Pull new changes\n"
6
git pull origin main
7
8
-echo "2/4 Create database if one isn't found \n"
+echo "2/5 Create database if one isn't found \n"
9
touch database/database.sqlite
10
11
-echo "3/4 Installing packages using composer\n"
+echo "3/5 Installing packages using composer\n"
12
composer install
13
14
-echo "4/4 Publishing API Platform assets\n"
+echo "4/5 Publishing API Platform assets\n"
15
php artisan api-platform:install
16
17
-echo "5/4 Migrating database\n"
+echo "5/5 Migrating database\n"
18
php artisan migrate
19
20
echo "Site has been deployed!\n"
0 commit comments