Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipeshhkc/nextjs-gae-deploy
Deployment of NextJS Application to Google App Engiine [GAE]
https://github.com/dipeshhkc/nextjs-gae-deploy
deployment gae google-appengine nextjs
Last synced: 5 days ago
JSON representation
Deployment of NextJS Application to Google App Engiine [GAE]
- Host: GitHub
- URL: https://github.com/dipeshhkc/nextjs-gae-deploy
- Owner: dipeshhkc
- Created: 2020-09-14T16:50:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T02:22:34.000Z (about 2 years ago)
- Last Synced: 2024-12-06T14:46:44.338Z (2 months ago)
- Topics: deployment, gae, google-appengine, nextjs
- Language: CSS
- Homepage: https://articles.wesionary.team/deploy-your-next-js-application-on-google-app-engine-in-minutes-cf04c18011ac
- Size: 164 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Description
Go through [this](https://articles.wesionary.team/deploy-your-next-js-application-on-google-app-engine-in-minutes-cf04c18011ac) detailed article
```gcloud auth login```
### Create a new GCP project and application
```
gcloud projects create PROJECT-NAME
gcloud config set project PROJECT-NAME
gcloud app create
```### deploy
```yarn run deploy```