Skip to content

Commit b90b86c

Browse files
committed
Added break point before cloud deployment
1 parent 711963e commit b90b86c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/guided-workshop/exercises/6-github-flow.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,13 @@ Congratulations! You've now used the GitHub flow to suggest changes, perform a r
8484
8585
## Summary and next steps
8686
87-
The GitHub flow is a workflow for managing changes and incorporating new features into a codebase. GitHub flow gives you the freedom to explore and experiment, while ensuring all code follows a validation process before being merged. With the code updated, it's time to deploy the project! The first step is to [create the deployment environment](./7-create-environment.md).
87+
The GitHub flow is a workflow for managing changes and incorporating new features into a codebase. GitHub flow gives you the freedom to explore and experiment, while ensuring all code follows a validation process before being merged.
88+
89+
If you wish, this is a perfect wrap-up point! You have explored the beginning steps of DevOps. You created issues, setup a development environment, added code, configured continuous integration, and walked through the GitHub flow.
90+
91+
You can also see how to enable continuous deployment. The first step is to [create the cloud environment](./7-create-environment.md).
92+
93+
> **NOTE:** When deploying to a cloud environment, some charges may be incurred. For this workshop, when deploying to Azure and deleting the resources upon completion of the exercises, the charge should be less than $6 US.
8894
8995
## Resources
9096

0 commit comments

Comments
 (0)