mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 21:08:03 +00:00
CI: fix SSH key path
This commit is contained in:
4
.github/workflows/test-and-deploy.yaml
vendored
4
.github/workflows/test-and-deploy.yaml
vendored
@@ -29,8 +29,8 @@ jobs:
|
|||||||
- name: prepare SSH
|
- name: prepare SSH
|
||||||
run: |
|
run: |
|
||||||
mkdir ~/.ssh
|
mkdir ~/.ssh
|
||||||
echo "${{ secrets.STAGING_SSH_KEY }}" >> ~/.ssh/id_ed25519
|
echo "${{ secrets.STAGING_SSH_KEY }}" >> ~/.ssh/staging.testrun.org
|
||||||
chmod 600 ~/.ssh/id_ed25519
|
chmod 600 ~/.ssh/staging.testrun.org
|
||||||
|
|
||||||
- run: pip install hetzner-relay/
|
- run: pip install hetzner-relay/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user