From 1fdda3a5aee02c30c4286641b446de59c80bbeb3 Mon Sep 17 00:00:00 2001 From: j4n Date: Wed, 25 Feb 2026 16:51:13 +0100 Subject: [PATCH] docker/ci: comments --- .github/workflows/deploy.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1ccdb37a..1ed0b3b4 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -167,9 +167,6 @@ jobs: rsync -avz dkimkeys-restore/ root@${HOST}:/etc/dkimkeys/ || true ssh root@${HOST} chown root:root -R /var/lib/acme || true - # --- Bare metal deploy (main + PRs, skipped on j4n/* pushes) --- - # Always runs locally on the VPS via --ssh-host localhost. - - name: bare offline tests if: github.ref == 'refs/heads/main' || github.event_name == 'pull_request' run: pytest --pyargs cmdeploy