From 7d932b7c8dbe62c5210ed073bd4c0bfbd9454d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 20:32:45 +0000 Subject: [PATCH] ci: bump burnett01/rsync-deployments from 8.0.3 to 8.0.4 Bumps [burnett01/rsync-deployments](https://github.com/burnett01/rsync-deployments) from 8.0.3 to 8.0.4. - [Release notes](https://github.com/burnett01/rsync-deployments/releases) - [Commits](https://github.com/burnett01/rsync-deployments/compare/8.0.3...8.0.4) --- updated-dependencies: - dependency-name: burnett01/rsync-deployments dependency-version: 8.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 d592a8d..71efa69 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.3 + uses: burnett01/rsync-deployments@8.0.4 with: switches: -az --delete --exclude='.env' path: out/api/ diff --git a/.github/workflows/deploy-app.yml b/.github/workflows/deploy-app.yml index 2e3db82..53eff54 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.3 + uses: burnett01/rsync-deployments@8.0.4 with: switches: -az --delete --exclude='.env' path: out/app/ diff --git a/.github/workflows/deploy-auth.yml b/.github/workflows/deploy-auth.yml index 9b7b617..d2b97c0 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.3 + uses: burnett01/rsync-deployments@8.0.4 with: switches: -az --delete --exclude='.env' --exclude='.env.clients.json' path: out/auth/