From aa8519b33ca54669e7cc4cb7f17f38b12c7106c0 Mon Sep 17 00:00:00 2001 From: Robert Date: Thu, 21 Sep 2023 23:43:03 +0200 Subject: [PATCH] CI - Update DocFX FTP config --- ci/azure-pipelines-docfx.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/azure-pipelines-docfx.yml b/ci/azure-pipelines-docfx.yml index 4a40053a7..6b885a09f 100644 --- a/ci/azure-pipelines-docfx.yml +++ b/ci/azure-pipelines-docfx.yml @@ -44,12 +44,12 @@ steps: displayName: "DockFX FTP upload" inputs: credentialsOption: 'inputs' - serverUrl: 'ftp://artemis-rgb.com' - username: 'devops' + serverUrl: 'ftp://www360.your-server.de' + username: '$(ftp_user)' password: '$(ftp_password)' rootDirectory: '$(Pipeline.Workspace)/s/Artemis/docfx/docfx_project/_site' filePatterns: '**' - remoteDirectory: '/httpdocs/docs' + remoteDirectory: '/docs' clean: true preservePaths: true trustSSL: false \ No newline at end of file