Skip to content

Commit

Permalink
Switch to PCMT FTP server.
Browse files Browse the repository at this point in the history
  • Loading branch information
num0005 committed Jul 12, 2018
1 parent 12d3a11 commit b3eecec
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ image: Visual Studio 2017
configuration: Release
skip_tags: true
environment:
FTP_SERVER: ftp.dlptest.com
FTP_USER: [email protected]
FTP_PASSWORD: 3D6XZV9MKdhM5fF
FTP_SERVER:
secure: kxKILYuyxyQkHS2b4dbqw52AzETflDBT0vUIcBFY7v8=
FTP_USER:
secure: CNHdgTexYt+E/wfa64NtFyR2O+E4FkTL0F0ys2n2OjU=
FTP_PASSWORD:
secure: DwfZSYvtx7G5G9/KpH2oQQ==
GITHUB_DEPLOY_TOKEN:
secure: WGPN509P83WUoyHa9LJ+yXqS4zm8Ql1mOg9pzl3eUzg0JWEO+pjL1hJEHgclkUPR
deploy:
Expand All @@ -15,7 +18,7 @@ deploy:
branch: H2OS_EK
- provider: FTP
host: $(FTP_SERVER)
protocol: ftp
protocol: ftps
username: $(FTP_USER)
password: $(FTP_PASSWORD)
folder: /Tools/PC/h2codez/$(APPVEYOR_BUILD_VERSION)-$(APPVEYOR_REPO_COMMIT)
Expand Down

0 comments on commit b3eecec

Please sign in to comment.