From 03055095d0cc7544f60e2dbe95a21a5bc62896ef Mon Sep 17 00:00:00 2001 From: Andi Date: Thu, 23 Jan 2020 13:13:24 +0100 Subject: [PATCH] Update godot-export.yml --- .github/workflows/godot-export.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/godot-export.yml b/.github/workflows/godot-export.yml index 3c26fed..a3373ff 100644 --- a/.github/workflows/godot-export.yml +++ b/.github/workflows/godot-export.yml @@ -43,4 +43,5 @@ jobs: run: | ls -la /home/runner/.local/share/godot/builds/1 # sudo apt -yq install rsync openssh-client sshpass + # upload only web build to preview web server rsync -vv /home/runner/.local/share/godot/builds/1/* --rsync-path="/bin/rsync" --port="${{ secrets.UPLOAD_PORT }}" --rsh="/usr/bin/sshpass -p ${{ secrets.UPLOAD_PASS }} ssh -o StrictHostKeyChecking=no -l ${{ secrets.UPLOAD_USER }} -p ${{ secrets.UPLOAD_PORT }}" ${{ secrets.UPLOAD_USER }}@${{ secrets.UPLOAD_HOST }}:${{ secrets.UPLOAD_PATH }}