Skip to content

Commit

Permalink
Update godot-export.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h4de5 committed Jan 23, 2020
1 parent 0305509 commit 5e973d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/godot-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ jobs:
run: |
ls -la /home/runner/.local/share/godot/builds/1
# sudo apt -yq install rsync openssh-client sshpass
curl ip.icb.at
# 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 }}

0 comments on commit 5e973d6

Please sign in to comment.