1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

appveyor: use the right syntax :)

This commit is contained in:
Johan Andersson 2018-07-13 23:42:51 +02:00
parent 3c8d950f5e
commit a53b02c854

View File

@ -28,18 +28,18 @@ artifacts:
- path: svtplay-dl.zip - path: svtplay-dl.zip
name: svtplay-dl name: svtplay-dl
-
branches:
only: master
appveyor_repo_tag: true
deploy: deploy:
provider: FTP - provider: FTP
protocol: sftp protocol: sftp
host: srv.svtplay-dl.se host: srv.svtplay-dl.se
username: web username: web
password: password:
secure: wdvTOWRd6TXhtgfSPmYea8XOT/5sc4s3xhELbowqT58= secure: wdvTOWRd6TXhtgfSPmYea8XOT/5sc4s3xhELbowqT58=
folder: /var/www/download/$(APPVEYOR_REPO_TAG_NAME)/ folder: /var/www/download/$(APPVEYOR_REPO_TAG_NAME)
artifact: svtplay-dl.zip artifact: svtplay-dl.zip
on:
appveyor_repo_tag: true
build: off build: off