Now, let's imagine we want to update the application with new content:
- Let's modify the welcome message to Hello Packt people!:
![](https://static.packt-cdn.com/products/9781838555276/graphics/assets/af664e50-ea89-4f2d-a26b-78da66c5d6cb.png)
- We will save the changes and deploy the application again:
gcloud app deploy app.yaml --project <project_id>
- Now, if we switch to the Google Cloud Console and go to App Engine | Versions, we will see that a new version of the application has been deployed:
![](https://static.packt-cdn.com/products/9781838555276/graphics/assets/fa26f32e-972c-4ab8-8924-81b5cae879a9.png)
Note that all the traffic is directed toward the new version.