Google Cloud: App Engine Flashcards
(1 cards)
1
Q
Quick way to deploy an app from the project in the CLI
A
- Ensure that package.json is up to date
- Create app.yaml file
- gcloud app deploy
Quick way to deploy an app from the project in the CLI