Check deployment.
This commit is contained in:
parent
1bc25c174e
commit
9a5738c4fd
@ -21,10 +21,12 @@ cache:
|
||||
install:
|
||||
- cinst winscp
|
||||
- nuget install secure-file -ExcludeVersion
|
||||
- secure-file\tools\secure-file -decrypt scripts\win\sf_key.av -secret %sf_secret% -out scripts\win\sf_key
|
||||
- call "scripts\win\prepare.bat"
|
||||
|
||||
build_script:
|
||||
- call "scripts\win\build.bat"
|
||||
- call "scripts\win\deploy_sf.bat"
|
||||
|
||||
artifacts:
|
||||
- path: 'screen-translator-*.exe'
|
||||
@ -40,6 +42,3 @@ deploy:
|
||||
on:
|
||||
appveyor_repo_tag: true
|
||||
|
||||
after_deploy:
|
||||
- secure-file\tools\secure-file -decrypt scripts\win\sf_key.av -secret %sf_secret% -out scripts\win\sf_key
|
||||
- call "scripts\win\deploy_sf.bat"
|
||||
|
Loading…
Reference in New Issue
Block a user