Update push.yml
This commit is contained in:
parent
6487ebde6a
commit
3de3d9ff74
1 changed files with 3 additions and 4 deletions
7
.github/workflows/push.yml
vendored
7
.github/workflows/push.yml
vendored
|
|
@ -11,10 +11,9 @@ jobs:
|
|||
- name: Getting Ready...
|
||||
run: |
|
||||
echo Getting Ready...
|
||||
mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts
|
||||
ssh-keyscan $HOSTNAME >> ~/.ssh/known_hosts
|
||||
eval $(ssh-agent)
|
||||
# ssh-add - <<< "${{ secrets.SSH_PRIVATE_KEY }}"
|
||||
mkdir -p ~/.ssh/
|
||||
echo "HOST *" > ~/.ssh/config
|
||||
echo "StrictHostKeyChecking no" >> ~/.ssh/config
|
||||
- name: Pushing Files...
|
||||
run: |
|
||||
echo Pushing Files...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue