Skip to content

Commit edbcd6c

Browse files
committed
Adding deploy
1 parent 0484520 commit edbcd6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ echo "Running deploy script \n"
55
echo "1/4 Pull new changes\n"
66
git pull origin main
77

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

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

1414
echo "4/4 Publishing API Platform assets\n"

0 commit comments

Comments
 (0)