Skip to content

Commit

Permalink
fix: add whoami command
Browse files Browse the repository at this point in the history
  • Loading branch information
sagunkhatri committed Jun 26, 2024
1 parent a691d2a commit 97657a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/transfer-build-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS }}

- name: Transfer Build Files to Ubuntu Instance
run: scp -r build/* ${{ secrets.REMOTE_USERNAME }}@${{ secrets.REMOTE_HOST }}:/tmp
run: whoami
#run: scp -r build/* ${{ secrets.REMOTE_USERNAME }}@${{ secrets.REMOTE_HOST }}:/tmp

0 comments on commit 97657a7

Please sign in to comment.