Skip to content

Commit

Permalink
change permissions to vm
Browse files Browse the repository at this point in the history
  • Loading branch information
jggj21 authored Aug 29, 2024
1 parent 571114a commit d979beb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main_msdocs-laravel-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,10 @@ jobs:
sudo git pull origin main
composer install --no-interaction --prefer-dist --optimize-autoloader
sudo php artisan migrate --force
sudo php artisan config:cache
sudo php artisan config:clear
sudo php artisan optimize:clear
sudo chown -R www-data:www-data /var/www/html/laravel-tasks/storage
sudo chown -R www-data:www-data /var/www/html/laravel-tasks/bootstrap/cache
sudo chown -R $(whoami):www-data /var/www/html/laravel-tasks
sudo chmod -R 775 /var/www/html/laravel-tasks/storage
sudo chmod -R 775 /var/www/html/laravel-tasks/bootstrap/cache
sudo service nginx restart

0 comments on commit d979beb

Please sign in to comment.