boh
Some checks failed
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Failing after 3s
Some checks failed
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Failing after 3s
This commit is contained in:
parent
5a150f0ad1
commit
1c4c0f5132
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ jobs:
|
|||
- name: Copy the secret ssh in .ssh
|
||||
env:
|
||||
SSH_KEY: ${{ secrets.PROXY_SSH_KEY }}
|
||||
run: mkdir -p ~/.ssh
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo "$SSH_KEY" > ~/.ssh/id_ed25519
|
||||
chmod 600 ~/.ssh/id_ed25519
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue