Skip to content

Commit

Permalink
test: ci :CCCC
Browse files Browse the repository at this point in the history
  • Loading branch information
spooky-finn committed Aug 19, 2023
1 parent 6717f34 commit 76670c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_HEXCORE_KEY }}
key: '${{ secrets.SSH_HEXCORE_KEY }}'
known_hosts: 'placeholder'

- name: Genetate auth known_hosts
run: ssh-keyscan -t rsa ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts

- run: rsync --archive --verbose --compress --progress . ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:~/
# - name: Set up NodeJS environment
Expand Down

0 comments on commit 76670c1

Please sign in to comment.