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 9792a6d commit 7f15e6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
- name: Checkout to the repository
uses: actions/checkout@v3

- name: Install ssh key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_HEXCORE_KEY }}
known_hosts: 'FDSF'

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

0 comments on commit 7f15e6d

Please sign in to comment.