Skip to content

https://github.com/rusefi/rusefi/issues/6569 #134

https://github.com/rusefi/rusefi/issues/6569

https://github.com/rusefi/rusefi/issues/6569 #134

Workflow file for this run

name: Upload
on:
push:
branches:
- master
jobs:
upload:
name: Upload site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Upload
run: tar -czf - -C www . | sshpass -p ${{secrets.RUSEFI_SSH_PASS}} ssh -o StrictHostKeyChecking=no ${{secrets.RUSEFI_SSH_USER}}@${{secrets.RUSEFI_SSH_SERVER}} "tar -xzf -"