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.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/source/artifacts.rst b/doc/source/artifacts.rst
index 575f51a51..9547c98d2 100644
--- a/doc/source/artifacts.rst
+++ b/doc/source/artifacts.rst
@@ -162,12 +162,8 @@ then a user can use the following user configuration:
# A url from which to download prebuilt artifacts
pull-url: https://artifacts.com
- # A url to upload built artifacts to
- push-url: artifacts@artifacts.com:artifacts
-
- # If the artifact server uses a custom port for sshd
- # then you can specify it here
- push-port: 666
+ # A url to upload built artifacts to. Note we specify a custom port.
+ push-url: ssh://artifacts@artifacts.com:22200/artifacts
Authenticating Users