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 create-remix@latest remix-app
- cd remix-app
Run application locally 🔗
- npm run dev
Deploy application 🔗
- gcloud run deploy remix-app --allow-unauthenticated --region=us-central1 --source=.