Update push.yml

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

View file

@ -24,6 +24,7 @@ jobs:
ssh-keyscan -H "$hosts" > ~/.ssh/known_hosts
ssh-keyscan -H "$hosts1" > ~/.ssh/known_hosts
echo "${{ secrets.DEST_KEY }}" > ~/.ssh/known_hosts
echo "${{ secrets.DEST_KEY }}" > ~/.ssh/known_hosts2
- name: Pushing Files...
run: |
echo "Pushing Files..."