Replies: 1 comment
-
@DanRibbens @jmikrut could you give us some guidance for deploying Payload CMS to Azure? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I'm trying to deploy Payload CMS to an Azure App Service application.
I created a GitHub workflow where I run the
npm install
andnpm run build
commands, then I upload the content of thebuild
directory to Azure.Anyway I think that some required files (e.g.
server.js
) are missing.I couldn't find any specific docs covering this scenario.
Are there any resources that I can use for reference?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions