diff --git a/.ebextensions/cron-setup.conf b/.ebextensions.test/cron-setup.conf similarity index 100% rename from .ebextensions/cron-setup.conf rename to .ebextensions.test/cron-setup.conf diff --git a/.platform/hooks/predeploy/predeploy.sh b/.platform/hooks/predeploy/predeploy.sh index 7f5d096..9b55b8a 100644 --- a/.platform/hooks/predeploy/predeploy.sh +++ b/.platform/hooks/predeploy/predeploy.sh @@ -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