prova
Some checks failed
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Failing after 2s
Some checks failed
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Failing after 2s
This commit is contained in:
parent
5e6fcb3e84
commit
e618c95472
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ jobs:
|
|||
SSH_HOST: ${{ secrets.PROXY_HOST }}
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo "$SSH_KEY" > ~/.ssh/id_ed25519
|
||||
chmod 600 ~/.ssh/id_ed25519
|
||||
echo "$SSH_KEY" > /root/.ssh/id_ed25519
|
||||
chmod 600 /root/.ssh/id_ed25519
|
||||
|
||||
scp -i /root/.ssh/id_ed25519 \
|
||||
-o StrictHostKeyChecking=no \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue