8 lines
341 B
Markdown
8 lines
341 B
Markdown
Steps for deploy:
|
|
1. Try applying terraform
|
|
2. log in to firestore and add a user, generate a service account, and copy settings into .env
|
|
|
|
Deploy app:
|
|
1. gcloud builds submit --tag gcr.io/rothbard-staging2-12345/rothbard-app
|
|
2. gcloud run deploy rothbard-app --image gcr.io/rothbard-staging2-12345/rothbard-app:latest --region us-central1
|