amplify-hosting
amplify-hosting copied to clipboard
Can we use amplify to deploy strapi (nodejs and javascript based) application
Before opening, please confirm:
- [X] I have checked to see if my question is addressed in the FAQ.
- [X] I have searched for duplicate or closed issues.
- [X] I have read the guide for submitting questions.
- [X] I have removed any sensitive information from my code snippets and submission.
App Id
arn:aws:amplify:ap-south-1:840491667450:apps/d39cxurf47d7az
AWS Region
ap-south-1
Amplify Hosting feature
Deployments
Question
I would like to deploy Strapi, an application based on Node.js and JavaScript, but it appears to get stuck after the post-build command. Could you please let me know if Amplify supports Strapi deployments?
I came across an archived GitHub ticket (https://github.com/aws-amplify/amplify-hosting/issues/1380) related to this issue, but I'm seeking updated information or any insights you might have on deploying Strapi with Amplify.
Below is the amplify.yml
version: 1 frontend: phases: preBuild: commands: - npm ci build: commands: - npm run build postBuild: commands: - npm start artifacts: baseDirectory: build files: - '/*' cache: paths: - node_modules//*
Please update if strapi deployment is supported