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:
parent
3c8d950f5e
commit
a53b02c854
12
appveyor.yml
12
appveyor.yml
@ -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
|
Loading…
Reference in New Issue
Block a user