Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

erpajarillo's avatar

Vapor deployment do not upload local changes

Hi everyone,

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.

Could you please help me?

Thanks, Raul.

0 likes
7 replies
themsaid's avatar

Hey,

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?

erpajarillo's avatar

Hi,

There is a line with

==> Uploading Asset: js/app.js (4389.58KB)

And after that some copues unchanged asset (css and txt in public folder).

themsaid's avatar

Ok this means the "js/app.js" file was updated already.

Can you please share a link to your website so I can see how this file is loaded in the HTML?

themsaid's avatar

When you are able to publish a version of the website please share it. Otherwise I'm really unable to help.

Please or to participate in this conversation.