What are you trying to deploy?
Pre-requisites 🔗
- curl https://webi.sh/node@lts | sh
- curl https://sdk.cloud.google.com | bash
Create application 🔗
- npx @angular/cli new angular-ssr-app --ssr
- cd angular-ssr-app
Run application locally 🔗
- npm start
Deploy application 🔗
- gcloud run deploy angular-ssr-app --allow-unauthenticated --region=us-central1 --source=.