From 9fb2bd12b9596626bb00f08c59b76f930f201674 Mon Sep 17 00:00:00 2001 From: nesteroff561 Date: Mon, 2 Jun 2025 12:48:08 +0300 Subject: [PATCH] change: hardcode storage port --- .forgejo/workflows/build-image-sway.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build-image-sway.yaml b/.forgejo/workflows/build-image-sway.yaml index f43227f..506e187 100644 --- a/.forgejo/workflows/build-image-sway.yaml +++ b/.forgejo/workflows/build-image-sway.yaml @@ -18,5 +18,5 @@ jobs: mkdir ${PWD}/output docker run --privileged --rm -i -v ${PWD}/output:/builder/builds -v /proc:/proc builder:latest ./build --desktop sway --release testing ssh -o StrictHostKeyChecking=no ${{ secrets.STORAGE_USER}}@${{ secrets.STORAGE_HOST }} -p ${{ secrets.STORAGE_PORT}} -i ~/.ssh/id_rsa rm -rf /media/iso/tile-os/testing/sway/* - docker run --rm -e STORAGE_PORT=${{ secrets.STORAGE_PORT }} -e STORAGE_HOST=${{ secrets.STORAGE_HOST }} -e STORAGE_USER=${{ secrets.STORAGE_USER }} -v ${PWD}/output:/builder/builds builder:latest scp -o StrictHostKeyChecking=no -o Port=${STORAGE_PORT} -o IdentityFile=/builder/id_rsa -p -B /builder/builds/amd64/* ${STORAGE_USER}@${STORAGE_HOST}:/media/iso/tile-os/testing/sway/ + docker run --rm -e STORAGE_HOST=${{ secrets.STORAGE_HOST }} -e STORAGE_USER=${{ secrets.STORAGE_USER }} -v ${PWD}/output:/builder/builds builder:latest scp -o StrictHostKeyChecking=no -o Port=10300 -o IdentityFile=/builder/id_rsa -p -B /builder/builds/amd64/* ${STORAGE_USER}@${STORAGE_HOST}:/media/iso/tile-os/testing/sway/ \ No newline at end of file