diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index a551b9f..1ee1497 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -10,6 +10,9 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Install rsync + run: apt-get update -qq && apt-get install -y -qq rsync + # The job container only sees its own checkout — the live app lives # at /mnt/user/appdata/n64-tracker on the host, bind-mounted into # this container at the same path (see runner container.options) so