Skip to content

Commit 217261b

Browse files
committed
DOC: Add checks and deployment screenshot
skipci
1 parent 2a4d696 commit 217261b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
43.1 KB
Loading
Loading

docs/source/updating_services.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,15 @@ Instructions
7575

7676
.. image:: images/updating_services/diff.png
7777

78-
10. When you're ready to release the new version of your service, check that the GitHub checks have passed on the latest
79-
commit. The checks ensure code quality, the tests pass, and that the new version of the code is correct.
78+
10. When you're ready to release the new version of your service, check that the GitHub checks have passed. These ensure
79+
code quality, that the tests pass, and that the new version number is correct.
80+
81+
.. image:: images/updating_services/checks.png
8082

8183
11. Merge the pull request into ``main``. This will run the deployment workflow (usually called ``cd`` - continuous
8284
deployment), making the new version of the service available to everyone.
8385

8486
12. Check that the deployment workflow has run successfully (this can take a few minutes). You can check the progress in
8587
the "Actions" tab of the GitHub repository
88+
89+
.. image:: images/updating_services/deployment.png

0 commit comments

Comments
 (0)