Skip to content

Commit 9d0d007

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent c4a0a43 commit 9d0d007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ steps:
4242
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
4343
inputs:
4444
credentialsOption: 'inputs'
45-
serverUrl: 'sftp://ssh.strato.de:22'
45+
serverUrl: '$(ftp.server)'
4646
username: '$(ftp.username)'
4747
password: '$(ftp.password)'
4848
rootDirectory: '$(Build.ArtifactStagingDirectory)'

0 commit comments

Comments
 (0)