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: 2 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T02:22:34.000Z (about 3 years ago)
- Last Synced: 2025-06-04T22:23:37.654Z (10 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```