Update push.yml

This commit is contained in:
MattTheTekie 2023-12-30 15:39:11 -05:00 committed by GitHub
commit df100878c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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..."