Skip to main content
Deploy a Next.js application with git push.

Prerequisites

Complete Getting Started steps 1-5 to set up CLI and create a VM.

Create Next.js app

Test locally:

Deploy

Add the git remote (copy from VM creation output):
Push to deploy:
Your app URL will appear in the output.

Re-deploy

Just push again:

Advanced

For deploying with Kubernetes manifests, see Deploy App to k8s.