Skip to content

Commit

Permalink
Update transfer-build-files.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sagunkhatri authored Jul 19, 2024
1 parent 78d4a91 commit 860f3b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/transfer-build-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
# run: ls -la build
#shadkjashdkjas

- name: Setup SSH-Key
- name: Setup SSH-Key-test
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}

- name: Transfer Build Files to Ubuntu Instance
#run: whoami
run: ssh -i ${{ secrets.SSH_PRIVATE_KEY }} ${{ secrets.REMOTE_USERNAME }}@${{ secrets.REMOTE_HOST }}
run: ssh ${{ secrets.SSH_PRIVATE_KEY }} ${{ secrets.REMOTE_USERNAME }}@${{ secrets.REMOTE_HOST }}

0 comments on commit 860f3b1

Please sign in to comment.