Updates the build script to automatically upload the build artifact to kristall.random-projects.net

This commit is contained in:
Felix Queißner 2020-06-30 11:05:43 -07:00
parent ef6e2f513c
commit 7c19f7ccb4
6 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,10 @@ CD "%ROOT% || GOTO ERR
ECHO Creating package...
DEL /Q kristall-nightly.zip || GOTO ERR
.\7z\7za.exe a kristall-nightly.zip %DEPLOY% || GOTO ERR
.\tools\7za.exe a kristall-nightly.zip %DEPLOY% || GOTO ERR
ECHO "Deploying package to server..."
.\tools\pscp -scp -batch -P 22 -i "C:\Secret\ci.ppk" -v -noagent -hostkey 0e:b4:f0:35:ee:69:78:5f:13:c1:ca:bc:06:d3:29:1c kristall-nightly.zip kristall-ci@kristall.random-projects.net:.
EXIT /B 0

BIN
ci/tools/pscp.exe Normal file

Binary file not shown.