diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1553e2b..93e804d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,3 +19,17 @@ steps: npm install npm run build displayName: 'npm install and build' +- task: FtpUpload@2 + inputs: + credentialsOption: 'inputs' + serverUrl: 'e81782-ftp.services.easyname.eu' + username: '127175ftp1' + password: '.22ma1rzqi14' + rootDirectory: '$(Build.SourcesDirectory)' + filePatterns: '**' + remoteDirectory: '/upload/$(Build.BuildId)/' + clean: false + cleanContents: false + preservePaths: false + trustSSL: false +