mirror of
https://github.com/chatmail/relay.git
synced 2026-05-21 05:18:04 +00:00
checkout hetzner-relay repo properly
This commit is contained in:
10
.github/workflows/test-and-deploy.yaml
vendored
10
.github/workflows/test-and-deploy.yaml
vendored
@@ -18,6 +18,11 @@ jobs:
|
|||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
repository: chatmail/hetzner-relay
|
||||||
|
path: hetzner-relay
|
||||||
|
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
path: relay
|
||||||
|
|
||||||
- name: prepare SSH
|
- name: prepare SSH
|
||||||
run: |
|
run: |
|
||||||
@@ -26,7 +31,6 @@ jobs:
|
|||||||
chmod 600 ~/.ssh/id_ed25519
|
chmod 600 ~/.ssh/id_ed25519
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
git clone https://github.com/chatmail/hetzner-relay ../hetzner-relay
|
pip install hetzner-relay/
|
||||||
pip install ../hetzner-relay
|
python3 hetzner-relay/main.py --dns --test --rebuild --run-id $GITHUB_RUN_ID --domain2 chatmail-ci.testrun.org relay/
|
||||||
python3 ../hetzner-relay/main.py --dns --test --rebuild --run-id $GITHUB_RUN_ID --domain2 chatmail-ci.testrun.org .
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user