diff options
author | Matt Penna <mpenna@gitlab.com> | 2019-08-30 17:52:46 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-30 17:52:46 +0000 |
commit | 209a47b982b1bfe57608fb62a0dd32fdea08293f (patch) | |
tree | 2c01aacd8cac56ee6aa456517c28d8d35ec12b0a /doc/user/project/pages | |
parent | fe26cfe045c8e2b989328304e83f3a035c91779b (diff) | |
download | gitlab-ce-209a47b982b1bfe57608fb62a0dd32fdea08293f.tar.gz |
Added expected site deployment wait time
Diffstat (limited to 'doc/user/project/pages')
-rw-r--r-- | doc/user/project/pages/index.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/user/project/pages/index.md b/doc/user/project/pages/index.md index a0bc10b0ed7..a9fd6544e64 100644 --- a/doc/user/project/pages/index.md +++ b/doc/user/project/pages/index.md @@ -106,12 +106,14 @@ To get started with GitLab Pages, you can either: 1. From the left sidebar, navigate to your project's **CI/CD > Pipelines** and click **Run pipeline** to trigger GitLab CI/CD to build and deploy your site to the server. -1. Once the pipeline has finished successfully, find the link to visit your - website from your project's **Settings > Pages**. +1. After the pipeline has finished successfully, wait approximately 30 minutes + for your website to be visible. After waiting 30 minutes, find the link to + visit your website from your project's **Settings > Pages**. If the link + leads to a 404 page, wait a few minutes and try again. -Your website is then visible on your domain, and you can modify yourfiles +Your website is then visible on your domain and you can modify your files as you wish. For every modification pushed to your repository, GitLab CI/CD -will run a new pipeline to publish your changes to the server. +will run a new pipeline to immediately publish your changes to the server. _Advanced options:_ |