diff options
author | Kengo Kimura <spa.soni.salam@gmail.com> | 2019-02-12 11:39:29 +0000 |
---|---|---|
committer | Kengo Kimura <spa.soni.salam@gmail.com> | 2019-02-12 11:39:29 +0000 |
commit | a48756472f56f3c88377e623a0fdae45ce102cbf (patch) | |
tree | a11f97ada2e6bfc3eeb08b76c9300899e91c8f21 /doc | |
parent | 52ad7d253c31dc475b89311eca81e0a609056b59 (diff) | |
download | gitlab-ce-a48756472f56f3c88377e623a0fdae45ce102cbf.tar.gz |
Fix a typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md b/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md index 6499413baf0..474a481836a 100644 --- a/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md +++ b/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md @@ -112,7 +112,7 @@ on GitLab CI/CD. To set the environment variables, navigate to your project's ![Variable Settings in GitLab](img/cloud_foundry_variables.png) Once set up, GitLab CI/CD will deploy your app to CF at every push to your -repository's deafult branch. To see the build logs or watch your builds running +repository's default branch. To see the build logs or watch your builds running live, navigate to **CI/CD > Pipelines**. CAUTION: **Caution:** |