Skip to content

Commit

Permalink
added clear cache step
Browse files Browse the repository at this point in the history
  • Loading branch information
SaminYaser-work committed Sep 16, 2023
1 parent 9ed5ace commit af99bfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cp /home/site/wwwroot/nginx/default /etc/nginx/sites-enabled/ && service nginx r
# Laravel config
cd /home/site/wwwroot || exit 1
cp .env.azure .env
php artisan optimize:clear
php artisan key:generate --force
php artisan storage:link
php artisan config:cache
Expand Down

0 comments on commit af99bfa

Please sign in to comment.