checkout hetzner-relay repo properly

This commit is contained in:
missytake
2026-03-10 13:53:02 +01:00
parent 3eaadfbbee
commit d9de25e4fd

View File

@@ -18,6 +18,11 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
repository: chatmail/hetzner-relay
path: hetzner-relay
- uses: actions/checkout@v4
path: relay
- name: prepare SSH
run: |
@@ -26,7 +31,6 @@ jobs:
chmod 600 ~/.ssh/id_ed25519
- run: |
git clone https://github.com/chatmail/hetzner-relay ../hetzner-relay
pip install ../hetzner-relay
python3 ../hetzner-relay/main.py --dns --test --rebuild --run-id $GITHUB_RUN_ID --domain2 chatmail-ci.testrun.org .
pip install hetzner-relay/
python3 hetzner-relay/main.py --dns --test --rebuild --run-id $GITHUB_RUN_ID --domain2 chatmail-ci.testrun.org relay/