Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
👷 Rsync the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Perestoronin committed Jun 8, 2023
1 parent 51c0e13 commit 26bcb93
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,18 @@ jobs:
version: tags/${{ github.ref_name }}
file: blitz-tanks.aarch64-unknown-linux-gnu
target: blitz-tanks.aarch64-unknown-linux-gnu

- name: 🕸 Set up Tailscale
uses: tailscale/github-action@v1
with:
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}

- name: ♻️ Rsync
uses: burnett01/[email protected]
with:
switches: -avz
path: blitz-tanks.aarch64-unknown-linux-gnu
remote_path: /home/pi/bin
remote_host: mars
remote_user: pi
remote_key: ${{ secrets.SSH_KEY }}

0 comments on commit 26bcb93

Please sign in to comment.