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

Simple deployment of the web app #70

Open
dadiorchen opened this issue Jun 7, 2024 · 3 comments · May be fixed by #75
Open

Simple deployment of the web app #70

dadiorchen opened this issue Jun 7, 2024 · 3 comments · May be fixed by #75
Labels
devops good first issue Good for newcomers

Comments

@dadiorchen
Copy link
Contributor

The web app of this demo is under folder: /apps/web ( you can run it by npm run dev in the folder). now we need to deploy the app to our cloud, because this is a demo, we don't need to do a perfect devops deployment workflow, the goal is: build this next.js as a static website, and copy the file to our s3 bucket and can visit the website by the default domain of the bucket.

About build next.js, here is the document: https://nextjs.org/docs/pages/building-your-application/deploying/static-exports

@dadiorchen dadiorchen added good first issue Good for newcomers devops labels Jun 7, 2024
@SuspenseFallback
Copy link

Can't we do a test deployment via Vercel? (or is that not part of our workflow)

@dadiorchen
Copy link
Contributor Author

@SuspenseFallback Vercel is nice, and good approach for this project, but because Greenstand is a big platform, with all kinds of language and tech stack on the cloud, so we consider a more generic and comprehensive solution for the whole cloud, we don't' want to introduce a new cloud infra to Greenstand at this moment, because it requires extra maintenance.

@dadiorchen
Copy link
Contributor Author

@SuspenseFallback you are a javascript stack developer?

@pierrelstan pierrelstan linked a pull request Jun 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops good first issue Good for newcomers
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants