Update push.yml
This commit is contained in:
parent
b8fd75ecd9
commit
df100878c2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
|
|
@ -23,6 +23,7 @@ jobs:
|
|||
hosts1="$(dig +short "$host1" | grep -v '\.$' | sed -z 's|\n|,|g')$host"
|
||||
ssh-keyscan -H "$hosts" > ~/.ssh/known_hosts
|
||||
ssh-keyscan -H "$hosts1" > ~/.ssh/known_hosts
|
||||
echo "${{ secrets.DEST_KEY }}" > ~/.ssh/known_hosts
|
||||
- name: Pushing Files...
|
||||
run: |
|
||||
echo "Pushing Files..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue