amplify-hosting icon indicating copy to clipboard operation
amplify-hosting copied to clipboard

Can we use amplify to deploy strapi (nodejs and javascript based) application

Open uracreator opened this issue 1 year ago • 1 comments

Before opening, please confirm:

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//*

uracreator avatar Nov 20 '23 06:11 uracreator

Please update if strapi deployment is supported

scharya avatar Nov 27 '23 05:11 scharya