Commit 663b7bb4 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-improve-site-deployment-ux' into 'master'

Added expected site deployment wait time

See merge request gitlab-org/gitlab-ce!32474
parents fe26cfe0 209a47b9
......@@ -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:_
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment