Skip to content

Commit d33abe2

Browse files
committed
feat: Add Google Cloud authentication instructions to README
1 parent 30136fd commit d33abe2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ Este projeto é uma API desenvolvida com FastAPI para gerenciar alunos, cursos e
5151

5252
---
5353

54+
## Autenticando no Google Cloud
55+
56+
```sh
57+
gcloud auth login
58+
gcloud config set project PROJECT_ID
59+
gcloud run deploy --port=8000
60+
```
61+
62+
---
63+
5464
## Estrutura do Projeto
5565

5666
- `app.py`: Arquivo principal da aplicação FastAPI.

0 commit comments

Comments
 (0)