First time here.
I'm building a project using Laravel Vapor and I facing some issues when deploy my app in AWS using Vapor.
Any changes done in any vue file are not being uploaded to AWS using vapor deploy.
In the other hand, any changes done in any blade file are being uploaded with no problem.
These problems started 2 days ago, and before that, everything was working perfectly.
The vue files in aws uploaded 3 days ago are as stucked with the same code. I have tried to modify and delete them but there is not efect after deploy the app.
All the changes done in vue and blade files are working perfectly in local side.
After you change the vue files locally and deploy. vapor.yml should have a build command to compile these assets and generate new files in your public directory, yes?
Now when you upload, Vapor should show show in the CLI that it's uploading the new asset files, not copying from existing ones. Can you confirm this?