Clarify obtaining application URL
This commit is contained in:
parent
f481989413
commit
53dba6e34f
1 changed files with 3 additions and 8 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue