set variables in config file

This commit is contained in:
odrling 2019-08-31 20:12:50 +02:00
parent d1fb61d13c
commit 77b8bd5a36
2 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,4 @@
#!/bin/bash
FTP_USER="$1"
FTP_PASS="$2"
dest="ftp://shelter.mahoro-net.org/aegisub-japan7"
tag=$(git describe --exact-match)

View File

@ -1,5 +1,13 @@
image: Visual Studio 2017
environment:
FTP_USER:
secure: xGGTbpTyolt9LzlibZG35w==
FTP_PASS:
secure: kPsYsaMBJdlI+vsnrfBp7thNkr9EjDML9dPLxQ0Jjxs=
install:
- cd %APPVEYOR_BUILD_FOLDER%
- git submodule update --init --recursive
@ -79,7 +87,7 @@ after_build:
- cd ..\..
on_success:
- IF DEFINED APPVEYOR_REPO_TAG_NAME bash.exe ".ci\upload_win_installer.sh" %FTP_USER% %FTP_PASS%
- IF DEFINED APPVEYOR_REPO_TAG_NAME bash.exe ".ci\upload_win_installer.sh"
artifacts:
- path: packages\win_installer\output\Aegisub-Japan7-x64.exe