Skip to content

Commit

Permalink
Update godot-export.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h4de5 authored Jan 23, 2020
1 parent 5e973d6 commit d0cfc9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/godot-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
# Job name, can be anything
name: Export Game Job
steps:
- name: get current IP
run: |
curl -q ip.icb.at
# Always include the checkout step so that
# your project is available for Godot to export
- name: checkout
Expand Down Expand Up @@ -43,6 +46,5 @@ 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 d0cfc9f

Please sign in to comment.