Hi @Ryan Johnson
A missing html file shouldn't cause your deployment to hang. Personally, I don't care for the SWA CLI, but I would start by confirming the current configuration in your swa-cli.config.json file or using swa --print-config
. You didn't mention it, but also check/update your deployment token, swa deploy --print-token
, using either swa login
or swa deploy --print-token
.I would, instead, deploy a static web app by connecting the resource to my repo, which will create the deployment yaml and will continuously deploy as changes are made to the repo.
But here some additional resources which you may find helpful:
- Deploy a static web app with Azure Static Web Apps CLI | Microsoft Learn
- Troubleshooting Azure Static Web Apps | Microsoft Learn
- https://azure.github.io/static-web-apps-cli/docs/contribute/Troubleshooting
If, however, you are still encounter issues with deploying your SWA through the VS Code, portal, or CLI, please comment down below with the error message(s) you're seeing so we can best assist you.