mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 09:24:43 +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
|
||||
run: |
|
||||
mkdir ~/.ssh
|
||||
echo "${{ secrets.STAGING_SSH_KEY }}" >> ~/.ssh/id_ed25519
|
||||
chmod 600 ~/.ssh/id_ed25519
|
||||
echo "${{ secrets.STAGING_SSH_KEY }}" >> ~/.ssh/staging.testrun.org
|
||||
chmod 600 ~/.ssh/staging.testrun.org
|
||||
|
||||
- run: pip install hetzner-relay/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user