Skip to content

Commit

Permalink
test:ci
Browse files Browse the repository at this point in the history
  • Loading branch information
spooky-finn committed Aug 19, 2023
1 parent 7f15e6d commit 43e7869
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ jobs:
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_HEXCORE_KEY }}
known_hosts: 'FDSF'
known_hosts: 'just-a-placeholder-so-we-dont-get-errors'

- run: rsync -avz . ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:~/tt --progress
- name: Adding Known Hosts
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts

- name: Deploy with rsync
run: rsync -avz ./client/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:~/tt
# - name: Set up NodeJS environment
# uses: actions/setup-node@v2
# with:
Expand Down

0 comments on commit 43e7869

Please sign in to comment.