added ftp deployement
This commit is contained in:
parent
6aa6af133e
commit
a48caa3bc5
15
appveyor.yml
15
appveyor.yml
|
@ -25,10 +25,21 @@ test_script:
|
|||
$wc = New-Object 'System.Net.WebClient'
|
||||
|
||||
Get-ChildItem . -Name -Recurse 'TESTS-*.xml' |
|
||||
|
||||
|
||||
Foreach-Object {
|
||||
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path $_))
|
||||
}
|
||||
- npm run dist
|
||||
artifacts:
|
||||
- path: dist
|
||||
- path: dist
|
||||
deploy:
|
||||
- provider: FTP
|
||||
host: home205977321.1and1-data.host
|
||||
protocol: sftp
|
||||
username: u45308485-sengi
|
||||
password:
|
||||
secure: Sk3NZwuaYK9hTIQ3kgIIQEc8SmaPDVGvGpgsZzFEzoVLuy4WxVfvKQtegW9oXaj7
|
||||
folder: /
|
||||
application: dist.zip
|
||||
on:
|
||||
branch: master
|
Loading…
Reference in New Issue