Skip to content

Commit

Permalink
remove some deployment steps in eb
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Apr 10, 2024
1 parent af99440 commit 28ff414
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
File renamed without changes.
22 changes: 11 additions & 11 deletions .platform/hooks/predeploy/predeploy.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/bash

cd /var/www/html/

sudo chmod -R 775 storage

php artisan migrate:fresh

php artisan cache:clear
php artisan config:clear
php artisan view:clear
php artisan route:clear
php artisan config:cache
#cd /var/www/html/
#
#sudo chmod -R 775 storage
#
#php artisan migrate:fresh
#
#php artisan cache:clear
#php artisan config:clear
#php artisan view:clear
#php artisan route:clear
#php artisan config:cache

0 comments on commit 28ff414

Please sign in to comment.