hey guys, so i wanna ask, when i deploy my apps for the first time
im using this commands for the nixpacks
composer install && php artisan optimize && php artisan storage:link && php artisan migrate --force
should i change the nixpacks command when i redeploy the apps into the better version like after bugfixing etc?
i lost the data when i redeploy the apps with the nixpacks composer install && php artisan optimize && php artisan storage:link && php artisan migrate:refresh --force
and when i redeploy again with this command
composer install && php artisan optimize && php artisan migrate --force
i lost the photo, like this
can i get the link for the picture again? i have no idea and it's frustrating since this is the UAT phase for the apps :((( the app is being developed as my final project for graduation