Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
4 tasks done
uracreator opened this issue Nov 20, 2023 · 1 comment
Open
4 tasks done
Labels
question Further information is requested

Comments

@uracreator
Copy link

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 (#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 uracreator added the question Further information is requested label Nov 20, 2023
@uracreator uracreator changed the title Can we use amplify to deploy strapi (nodejs and javascript bases) application Can we use amplify to deploy strapi (nodejs and javascript based) application Nov 20, 2023
@scharya
Copy link

scharya commented Nov 27, 2023

Please update if strapi deployment is supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants