Update push.yml
This commit is contained in:
parent
6735e33955
commit
6487ebde6a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue