Update push.yml

This commit is contained in:
MattTheTekie 2023-12-30 14:51:45 -05:00 committed by GitHub
commit 6487ebde6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,9 +12,9 @@ jobs:
run: |
echo Getting Ready...
mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts
ssh-keyscan [hostname] >> ~/.ssh/known_hosts
ssh-keyscan $HOSTNAME >> ~/.ssh/known_hosts
eval $(ssh-agent)
ssh-add - <<< "${{ secrets.SSH_PRIVATE_KEY }}"
# ssh-add - <<< "${{ secrets.SSH_PRIVATE_KEY }}"
- name: Pushing Files...
run: |
echo Pushing Files...