Skip to content

Commit 53fe663

Browse files
committed
Finished deployment info
1 parent 3eebad1 commit 53fe663

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/guided-workshop/exercises/8-deployment.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@ Because merging the workflow's [YML](https://en.wikipedia.org/wiki/YAML) into `m
108108

109109
![Screenshot of website showing Adoption shelter and the hours component added in a prior exercise](./images/website-screenshot.png)
110110

111+
1. If you wish, you can add a pet to the database by selecting **Add pet**. On the form you will notice various fields to describe the pet. If you need a URL for images, you can use any of the following:
112+
113+
- https://raw.githubusercontent.com/github/pets-workshop/main/src/pics/roscoe.jpg
114+
- https://raw.githubusercontent.com/github/pets-workshop/main/src/pics/sammy.jpg
115+
- https://raw.githubusercontent.com/github/pets-workshop/main/src/pics/sushi.jpg
116+
117+
Any pets you register will be stored in the cloud-based database you defined in the prior exercise.
118+
111119
## Summary and next steps!
112120

113121
Congratulations!! You have now explored the core components to DevOps and how GitHub can support a common development lifecycle. You started by creating a repository, then enabled settings to secure your code. You created issues to track your work, created an environment in which to code, and enabled testing for continuous integration. You modified code and explored the GitHub flow. And finally you deployed your application to the cloud. Using these skills, you can continue to build and grow your knowledge of DevOps.

0 commit comments

Comments
 (0)