From aa730a4e36dbd7d692aef01ac960f6fd47f8ae0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:05:31 +0000 Subject: [PATCH] ci: bump burnett01/rsync-deployments from 8.0.5 to 9.0.0 Bumps [burnett01/rsync-deployments](https://github.com/burnett01/rsync-deployments) from 8.0.5 to 9.0.0. - [Release notes](https://github.com/burnett01/rsync-deployments/releases) - [Commits](https://github.com/burnett01/rsync-deployments/compare/8.0.5...9.0.0) --- updated-dependencies: - dependency-name: burnett01/rsync-deployments dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-api.yml | 2 +- .github/workflows/deploy-app.yml | 2 +- .github/workflows/deploy-auth.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-api.yml b/.github/workflows/deploy-api.yml index 446f737..c79b7b5 100644 --- a/.github/workflows/deploy-api.yml +++ b/.github/workflows/deploy-api.yml @@ -42,7 +42,7 @@ jobs: run: pnpm deploy --prod --legacy --filter "{apps/api}" out/api - name: Rsync to VM - uses: burnett01/rsync-deployments@8.0.5 + uses: burnett01/rsync-deployments@9.0.0 with: switches: -az --delete --exclude='.env' path: out/api/ diff --git a/.github/workflows/deploy-app.yml b/.github/workflows/deploy-app.yml index b3436bb..c8b3500 100644 --- a/.github/workflows/deploy-app.yml +++ b/.github/workflows/deploy-app.yml @@ -45,7 +45,7 @@ jobs: run: pnpm deploy --prod --legacy --filter "{apps/app}" out/app - name: Rsync to VM - uses: burnett01/rsync-deployments@8.0.5 + uses: burnett01/rsync-deployments@9.0.0 with: switches: -az --delete --exclude='.env' path: out/app/ diff --git a/.github/workflows/deploy-auth.yml b/.github/workflows/deploy-auth.yml index cc09eb7..959f91c 100644 --- a/.github/workflows/deploy-auth.yml +++ b/.github/workflows/deploy-auth.yml @@ -45,7 +45,7 @@ jobs: run: pnpm deploy --prod --legacy --filter "{apps/auth}" out/auth - name: Rsync to VM - uses: burnett01/rsync-deployments@8.0.5 + uses: burnett01/rsync-deployments@9.0.0 with: switches: -az --delete --exclude='.env' --exclude='.env.clients.json' path: out/auth/