summaryrefslogtreecommitdiffstats
path: root/docs/content/en/hosting-and-deployment/hosting-on-keycdn.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-04-08 13:32:01 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-04-08 13:32:01 +0200
commit5b5dcb8d5a4669e1768951b452cfd53c6b25825c (patch)
treec364895dfba48457afd2b83ceaae2e085fae0428 /docs/content/en/hosting-and-deployment/hosting-on-keycdn.md
parentffe3eb9195e0f3184df9fc416d5f6ee12fdba91b (diff)
parentec920363cdeb687c8bcac9c242767d366fb058cb (diff)
Diffstat (limited to 'docs/content/en/hosting-and-deployment/hosting-on-keycdn.md')
-rw-r--r--docs/content/en/hosting-and-deployment/hosting-on-keycdn.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/hosting-and-deployment/hosting-on-keycdn.md b/docs/content/en/hosting-and-deployment/hosting-on-keycdn.md
index 8d9cb0e63..bec8b36e4 100644
--- a/docs/content/en/hosting-and-deployment/hosting-on-keycdn.md
+++ b/docs/content/en/hosting-and-deployment/hosting-on-keycdn.md
@@ -83,11 +83,11 @@ The Zone ID and API key are used to purge your zone – it’s not strictly need
Now it’s time to push the newly created repository to GitLab:
```
-git remote add origin git@gitlab.com:youruser/ciexample.git
+git remote add origin git@gitlab.com:youruser/ci-example.git
git push -u origin master
```
-You can watch the progress and CI job output in your Gitlab project under “Pipelines”.
+You can watch the progress and CI job output in your Gitlab project under “Pipelines”.
After verifying your CI job ran without issues, first check that your GitLab page shows up under `https://youruser.gitlab.io/reponame/` (it might look broken depending on your browser settings as all links point to your KeyCDN zone – don’t worry about that) and then by heading to whatever Zone alias / Zone URL you defined.