Clarify obtaining application URL

This commit is contained in:
danielgruesso 2018-12-20 12:28:49 -05:00 committed by Achilleas Pipinellis
parent f481989413
commit 53dba6e34f
No known key found for this signature in database
GPG key ID: A0996FBD3E92C17B

View file

@ -229,17 +229,12 @@ deploy:
## Deploy the application with Knative ## 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 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 **Run Pipeline** button at the upper-right part of the screen. Then, on the **CI/CD > Pipelines** and click the most recent pipeline.
Pipelines page, click **Create pipeline**.
## Obtain the URL for the Knative deployment ## Obtain the URL for the Knative deployment
There are two ways to obtain the URL for the Knative deployment. Use the CI/CD deployment job output to obtain the deployment URL. Once all the stages of the pipeline finish, click the **deploy** stage.
### Using the CI/CD deployment job output
Once all the stages of the pipeline finish, click the **deploy** stage.
![deploy stage](img/deploy-stage.png) ![deploy stage](img/deploy-stage.png)