fea:t log deploy host
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
echo "${{ secrets.DEPLOY_SSH_KEY }}" \
|
echo "${{ secrets.DEPLOY_SSH_KEY }}" \
|
||||||
> ~/.ssh/id_ed25519
|
> ~/.ssh/id_ed25519
|
||||||
chmod 600 ~/.ssh/id_ed25519
|
chmod 600 ~/.ssh/id_ed25519
|
||||||
echo "${{ secrets.DEPLOY_HOST}}
|
echo "${{ secrets.DEPLOY_HOST}}"
|
||||||
ssh-keyscan \
|
ssh-keyscan \
|
||||||
-H "${{ secrets.DEPLOY_HOST }}" \
|
-H "${{ secrets.DEPLOY_HOST }}" \
|
||||||
>> ~/.ssh/known_hosts
|
>> ~/.ssh/known_hosts
|
||||||
|
|||||||
Reference in New Issue
Block a user