mirror of
https://github.com/chatmail/relay.git
synced 2026-09-13 10:53:15 +00:00
docker/ci: comments
This commit is contained in:
@@ -167,9 +167,6 @@ jobs:
|
|||||||
rsync -avz dkimkeys-restore/ root@${HOST}:/etc/dkimkeys/ || true
|
rsync -avz dkimkeys-restore/ root@${HOST}:/etc/dkimkeys/ || true
|
||||||
ssh root@${HOST} chown root:root -R /var/lib/acme || 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
|
- name: bare offline tests
|
||||||
if: github.ref == 'refs/heads/main' || github.event_name == 'pull_request'
|
if: github.ref == 'refs/heads/main' || github.event_name == 'pull_request'
|
||||||
run: pytest --pyargs cmdeploy
|
run: pytest --pyargs cmdeploy
|
||||||
|
|||||||
Reference in New Issue
Block a user