felixrieseberg / felixrieseberg/ember-cli-azure-deploy
You do not have permission to view this directory or page.
- Dominant language
- Shell
- Stars
- 20
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
I just did the following:
1. Created a new ember app,
2. Ran the two commands to install ember-cli-azure-deploy,
3. Pushed the code to Visual Studio Team Services,
4. Set up auto-deploy into an Azure Web App (which synced the code without error)
When I navigate to the home page I get the error message "You do not have permission to view this directory or page." which after some research seems to be caused by the Azure Web App not knowing where to find app.js or server.js.
This was at the end of the deployment log:
> Invalid start-up command "ember server" in package.json. Please use the format "node ".
> Looking for app.js/server.js under site root.
> Missing server.js/app.js files, web.config is not generated
>
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.