Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryliss committed Jul 7, 2020
1 parent 1ea1c56 commit 9a30fe9
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,16 @@
# DEPLOYING UPDATES TO FIREBASE APP ENGINE
TERMINAL
Login to Google Account:
gcloud auth application-default login

```bash
gcloud auth application-default login
```

Send to App Engine:
gcloud app deploy
```bash
gcloud app deploy
```

Run the App:
gcloud app browse
```bash
gcloud app browse
```

0 comments on commit 9a30fe9

Please sign in to comment.