testing out ftp upload
This commit is contained in:
@@ -19,3 +19,17 @@ steps:
|
|||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
displayName: 'npm install and 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user