1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-10 20:38:32 +00:00

CI - Update DocFX FTP config

This commit is contained in:
Robert 2023-09-21 23:43:03 +02:00
parent a8dadfc0c8
commit aa8519b33c

View File

@ -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