Skip to content

Commit

Permalink
Updating pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyNadd committed Dec 14, 2024
1 parent 912f03c commit 55b9823
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
composer install --optimize-autoloader --no-dev
npm install
cp ../.env .env
php artisan key:generate --force
php artisan migrate --force
php artisan config:cache
php artisan route:cache
php artisan view:cache
sudo php artisan key:generate --force
sudo php artisan migrate --force
sudo php artisan config:cache
sudo php artisan route:cache
sudo php artisan view:cache
sudo chown -R www-data:www-data /home/laravel/project/T-Caps/storage
sudo chown -R www-data:www-data /home/laravel/project/T-Caps/public/source/media
npm run build

0 comments on commit 55b9823

Please sign in to comment.