summaryrefslogtreecommitdiff
path: root/doc/source/artifacts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/artifacts.rst')
-rw-r--r--doc/source/artifacts.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/source/artifacts.rst b/doc/source/artifacts.rst
index 9547c98d2..330de818c 100644
--- a/doc/source/artifacts.rst
+++ b/doc/source/artifacts.rst
@@ -159,11 +159,10 @@ then a user can use the following user configuration:
#
artifacts:
- # A url from which to download prebuilt artifacts
- pull-url: https://artifacts.com
+ url: https://artifacts.com/artifacts
- # A url to upload built artifacts to. Note we specify a custom port.
- push-url: ssh://artifacts@artifacts.com:22200/artifacts
+ # Alternative form if you have push access to the cache
+ #url: ssh://artifacts@artifacts.com:22200/artifacts
Authenticating Users