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:
parent
a8dadfc0c8
commit
aa8519b33c
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user