Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fazleyrabby authored Nov 23, 2023
1 parent dcae7bc commit 2dd670e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: php artisan storage:link
- name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache
- name: Run DB migrate and seeder
run: php artisan migrate:fresh --seed
- name: 📂 Sync files
uses: SamKirkland/[email protected]
with:
Expand Down

0 comments on commit 2dd670e

Please sign in to comment.