summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielgruesso <dgruesso@gitlab.com>2018-12-20 12:28:49 -0500
committerAchilleas Pipinellis <axil@gitlab.com>2018-12-21 21:10:29 +0100
commit53dba6e34f1060b215acd7895f96676febbe545c (patch)
treebab6195f9ea760451cf3696a74b5a1c4b960b265
parentf4819894138efc8112a110025dfa4e8edcf0cd43 (diff)
downloadgitlab-ce-53dba6e34f1060b215acd7895f96676febbe545c.tar.gz
Clarify obtaining application URL
-rw-r--r--doc/user/project/clusters/serverless/index.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/doc/user/project/clusters/serverless/index.md b/doc/user/project/clusters/serverless/index.md
index 01f5fe644b1..7521df6c746 100644
--- a/doc/user/project/clusters/serverless/index.md
+++ b/doc/user/project/clusters/serverless/index.md
@@ -229,17 +229,12 @@ deploy:
## Deploy the application with Knative
-With all the pieces in place, you can create a new CI pipeline to deploy the Knative application. Navigate to
-**CI/CD > Pipelines** and click the **Run Pipeline** button at the upper-right part of the screen. Then, on the
-Pipelines page, click **Create pipeline**.
+With all the pieces in place, the next time a CI pipeline runs, the Knative application will be deployed. Navigate to
+**CI/CD > Pipelines** and click the most recent pipeline.
## Obtain the URL for the Knative deployment
-There are two ways to obtain the URL for the Knative deployment.
-
-### Using the CI/CD deployment job output
-
-Once all the stages of the pipeline finish, click the **deploy** stage.
+Use the CI/CD deployment job output to obtain the deployment URL. Once all the stages of the pipeline finish, click the **deploy** stage.
![deploy stage](img/deploy-stage.png)