Skip to content

Commit

Permalink
testL ci
Browse files Browse the repository at this point in the history
  • Loading branch information
spooky-finn committed Aug 19, 2023
1 parent 6d33cc5 commit cb46317
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,17 @@ jobs:
key: ${{ secrets.SSH_HEXCORE_KEY }}
known_hosts: 'just-a-placeholder-so-we-dont-get-errors'
config: | # will be appended to existing .ssh/config
Host piek
Host target
HostName ${{ secrets.SSH_HOST }}
User ${{ secrets.SSH_USER }}
IdentityFile ~/.ssh/github-actions
Port 22
ProxyCommand ssh -W %h:%p bastion
- name: Adding Known Hosts
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts

- name: Deploy with rsync
run: rsync -avz ./client/ piek@:~/tt
run: rsync -avz ./client/ target@:~/tt
# - name: Set up NodeJS environment
# uses: actions/setup-node@v2
# with:
Expand Down

0 comments on commit cb46317

Please sign in to comment.