diff options
| -rw-r--r-- | ci/build-and-deploy.bat | 5 | ||||
| -rw-r--r-- | ci/tools/7za.dll (renamed from ci/7z/7za.dll) | bin | 381952 -> 381952 bytes | |||
| -rw-r--r-- | ci/tools/7za.exe (renamed from ci/7z/7za.exe) | bin | 1152000 -> 1152000 bytes | |||
| -rw-r--r-- | ci/tools/7za.licence.txt (renamed from ci/7z/License.txt) | 0 | ||||
| -rw-r--r-- | ci/tools/7zxa.dll (renamed from ci/7z/7zxa.dll) | bin | 209408 -> 209408 bytes | |||
| -rw-r--r-- | ci/tools/pscp.exe | bin | 0 -> 683912 bytes |
6 files changed, 4 insertions, 1 deletions
diff --git a/ci/build-and-deploy.bat b/ci/build-and-deploy.bat index 40825fe..a5ba86f 100644 --- a/ci/build-and-deploy.bat +++ b/ci/build-and-deploy.bat @@ -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
diff --git a/ci/7z/7za.dll b/ci/tools/7za.dll Binary files differindex bc2b47a..bc2b47a 100644 --- a/ci/7z/7za.dll +++ b/ci/tools/7za.dll diff --git a/ci/7z/7za.exe b/ci/tools/7za.exe Binary files differindex 9f27b20..9f27b20 100644 --- a/ci/7z/7za.exe +++ b/ci/tools/7za.exe diff --git a/ci/7z/License.txt b/ci/tools/7za.licence.txt index e5d33d7..e5d33d7 100644 --- a/ci/7z/License.txt +++ b/ci/tools/7za.licence.txt diff --git a/ci/7z/7zxa.dll b/ci/tools/7zxa.dll Binary files differindex d51e3f0..d51e3f0 100644 --- a/ci/7z/7zxa.dll +++ b/ci/tools/7zxa.dll diff --git a/ci/tools/pscp.exe b/ci/tools/pscp.exe Binary files differnew file mode 100644 index 0000000..cf28ea6 --- /dev/null +++ b/ci/tools/pscp.exe |
