Skip to content

Commit ad80883

Browse files
committed
removed laravel sqlite db
1 parent d7a9af4 commit ad80883

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-aws.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
ssh -o StrictHostKeyChecking=no -i private_key ${USER_NAME}@${HOSTNAME} '
6161
cd /var/www/nxgeninventors.com/quiz &&
6262
php artisan storage:link &&
63+
touch laravel &&
6364
php artisan migrate:fresh --seed &&
6465
sudo chown -R www-data:www-data ./ &&
6566
sudo chmod -R 777 storage

0 commit comments

Comments
 (0)