Skip to content

Commit

Permalink
Update deploy-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndresRamirez authored Dec 1, 2024
1 parent af9e6cf commit 0abe89d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
git pull origin main
echo '${{ secrets.ENV_FILE }}' > .env
composer install --no-dev --optimize-autoloader
npm install
npm run build
php artisan migrate --force
php artisan optimize:clear
php artisan config:cache
php artisan cache:clear
php artisan config:clear
EOF

0 comments on commit 0abe89d

Please sign in to comment.