Skip to content

Commit

Permalink
chore(deploy): runs migrations and optimization on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkyilhampra committed Nov 17, 2024
1 parent 0ca5b31 commit 9265d37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
'artisan:storage:link',
'artisan:optimize:clear',
'pm2',
'artisan:migrate',
'artisan:optimize',
'deploy:publish',
]);

Expand Down

0 comments on commit 9265d37

Please sign in to comment.