From be9461f991cd08d5ace6b563ded892dd33d053ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 20:48:39 +0000 Subject: [PATCH] ci: bump burnett01/rsync-deployments from 7.0.1 to 8.0.3 Bumps [burnett01/rsync-deployments](https://github.com/burnett01/rsync-deployments) from 7.0.1 to 8.0.3. - [Release notes](https://github.com/burnett01/rsync-deployments/releases) - [Commits](https://github.com/burnett01/rsync-deployments/compare/7.0.1...8.0.3) --- updated-dependencies: - dependency-name: burnett01/rsync-deployments dependency-version: 8.0.3 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 4d9601c..75a2c60 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@7.0.1 + uses: burnett01/rsync-deployments@8.0.3 with: switches: -az --delete --exclude='.env' path: out/api/ diff --git a/.github/workflows/deploy-app.yml b/.github/workflows/deploy-app.yml index 9e203bd..ecb4ac7 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@7.0.1 + uses: burnett01/rsync-deployments@8.0.3 with: switches: -az --delete --exclude='.env' path: out/app/ diff --git a/.github/workflows/deploy-auth.yml b/.github/workflows/deploy-auth.yml index 4d359c4..6150674 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@7.0.1 + uses: burnett01/rsync-deployments@8.0.3 with: switches: -az --delete --exclude='.env' --exclude='.env.clients.json' path: out/auth/