You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/updating_services.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ service revision.
9
9
We assume that:
10
10
11
11
- Your service's repository is on GitHub and you have push access to it
12
-
- The `standard Twined deployment GitHub Actions workflow <https://github.com/octue/workflows/blob/main/.github/workflows/build-twined-service.yml>`_
12
+
- The `standard Twined service deployment GitHub Actions workflow <https://github.com/octue/workflows/blob/main/.github/workflows/build-twined-service.yml>`_
13
13
is set up in the repository and being used to build and push the service image to the artifact registry on merge of a
14
-
pull request into the ``main`` branch (see an example `here <https://github.com/octue/example-service-kueue/blob/main/.github/workflows/cd.yml>`_)
14
+
pull request into the ``main`` branch (see an example `here <https://github.com/octue/example-service-kueue/blob/main/.github/workflows/release.yml>`_)
15
15
- A release workflow is set up that will tag and release the new service revision on GitHub (see an example
0 commit comments