From 2786774f5e6b8671c0cb2c04639f1eb0f2e7a9db Mon Sep 17 00:00:00 2001 From: nesteroff561 Date: Fri, 30 May 2025 22:38:20 +0300 Subject: [PATCH] Fixed connection string; removed creating ssh config --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a3feae..cfc4f69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,7 @@ tileos-river-amd64: - chmod 400 ~/.ssh/id_rsa - docker run --privileged --rm -i -v ${CI_PROJECT_DIR}/output:/builder/builds -v /proc:/proc builder:latest ./build --desktop river --release testing - ssh -o StrictHostKeyChecking=no ${STORAGE_USER}@{$STORAGE_HOST} -p ${STORAGE_PORT} rm -rf /media/iso/tile-os/testing/river/* - - scp -o StrictHostKeyChecking=no -o Port=${STORAGE_PORT} -p -B ${CI_PROJECT_DIR}/output/amd64/* tileos@tileos:/media/iso/tile-os/testing/river/ + - scp -o StrictHostKeyChecking=no -o Port=${STORAGE_PORT} -p -B ${CI_PROJECT_DIR}/output/amd64/* ${STORAGE_USER}@{$STORAGE_HOST}:/media/iso/tile-os/testing/river/ mrproper: #rules: