Skip to content

Commit

Permalink
Setup FTP layout to make it easier to use with the launcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
num0005 committed Jul 12, 2018
1 parent 84c6f23 commit 547c0cf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ deploy:
auth_token: $(GITHUB_DEPLOY_TOKEN)
on:
branch: H2OS_EK

- provider: FTP
host: $(FTP_SERVER)
protocol: ftp
Expand All @@ -27,6 +28,18 @@ deploy:
debug: false
on:
branch: H2OS_EK

- provider: FTP
host: $(FTP_SERVER)
protocol: ftp
username: $(FTP_USER)
password: $(FTP_PASSWORD)
folder: /Tools/PC/h2codez/latest
active_mode: false
beta: true
debug: false
on:
branch: H2OS_EK
before_build:
- cmd: 'echo #define version ^"%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_COMMIT:~0,7%^" 1> H2Codez\Version.h'
- cmd: 'cat H2Codez\Version.h'
Expand Down

0 comments on commit 547c0cf

Please sign in to comment.