Skip to content

Commit

Permalink
Changing appveyor to sftp
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmocuz committed Aug 24, 2016
1 parent 4a24e59 commit 9df804b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ test: off

deploy:
- provider: FTP
protocol: sftp
host: $(FTP_HOST)
folder: beta
protocol: ftps
username: $(FTP_USER)
password: $(FTP_PASSWORD)
folder: beta
on:
APPVEYOR_REPO_NAME: domoticz/domoticz
APPVEYOR_REPO_BRANCH: master
Expand Down

0 comments on commit 9df804b

Please sign in to comment.