mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 09:24:43 +00:00
docker/ci: comments
This commit is contained in:
3
.github/workflows/deploy.yaml
vendored
3
.github/workflows/deploy.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user