changed upload iso method
This commit is contained in:
parent
30a1f8deb3
commit
1cb4120988
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ 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/*
|
||||
scp -o StrictHostKeyChecking=no -o Port=${{ secrets.STORAGE_PORT }} -o IdentityFile=~/.ssh/id_rsa -p -B ${PWD}/builds/amd64/* ${{ secrets.STORAGE_USER }}@${{ secrets.STORAGE_HOST }}:/media/iso/tile-os/testing/sway/
|
||||
docker run --rm -e STORAGE_PORT=${{ secrets.STORAGE.PORT}} -e STORAGE_HOST=${{ secrets.STORAGE_HOST }} -e STORAGE_USER=${{ secret.STORAGE_USER }} -v /root/.ssh/:/root/.ssh -v ${PWD}/output:/builder/builds builder:latest scp -o StrictHostKeyChecking=no -o Port=${{ secrets.STORAGE_PORT }} -o IdentityFile=~/.ssh/id_rsa -p -B /builder/builds/amd64/* ${{ secrets.STORAGE_USER }}@${{ secrets.STORAGE_HOST }}:/media/iso/tile-os/testing/sway/
|
||||
|
|
Loading…
Add table
Reference in a new issue