First time deploying a Vue app

Hello !
As said in the title, it’s my first time deploying a vue app (also first time developping a vue app^^). I followed instructions here with the router option and GitHub is set to give the right permissions.
Everything seems fine until this step :

==> Uploading build…
Jun 17 11:47:58 PM CommandException: No URLs matched. Do the files you’re operating on exist?

What could cause this ?

Hi @Luneriane,

It looks like you don’t have a build command set so the site isn’t being built. Go to your service then the Settings tab and under Build Command enter yarn build and click Save. I hope that helps!

Thank you ! That’s what was missing ! Everything works fine now :smiley: