diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 010b3c9..dd8c4bb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -232,5 +232,5 @@ jobs: ssh-keyscan -t rsa uniclust.mmseqs.com >> ~/.ssh/known_hosts cd "${BUILD_SOURCESDIRECTORY}" ssh codeship@uniclust.mmseqs.com "mkdir -p \"/home/mirdita/repositories/mmseqs-webserver/archive/${BUILD_SOURCEVERSION}\"" - scp spacepharer-osx-avx2.tar.gz spacepharer-linux-sse41.tar.gz spacepharer-linux-avx2.tar.gz codeship@uniclust.mmseqs.com:"/home/mirdita/repositories/mmseqs-webserver/archive/${BUILD_SOURCEVERSION}" + scp spacepharer-osx-sse41.tar.gz spacepharer-osx-avx2.tar.gz spacepharer-linux-sse41.tar.gz spacepharer-linux-avx2.tar.gz codeship@uniclust.mmseqs.com:"/home/mirdita/repositories/mmseqs-webserver/archive/${BUILD_SOURCEVERSION}" ssh codeship@uniclust.mmseqs.com "update-latest-spacepharer.sh \"${BUILD_SOURCEVERSION}\""