Skip to content

Commit

Permalink
debug, see directory listing
Browse files Browse the repository at this point in the history
  • Loading branch information
Moros1138 committed Sep 4, 2024
1 parent ce07c75 commit e7a064e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/emscripten-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:

- name: Upload files to server
run: |
ssh-keyscan -H ${{ secrets.REMOTE_SERVER_ADDR }} >> ~/.ssh/known_hosts
# ssh-keyscan -H ${{ secrets.REMOTE_SERVER_ADDR }} >> ~/.ssh/known_hosts
ls -Al
scp -P ${{ secrets.REMOTE_SERVER_PORT }} -r demo ${{ secrets.REMOTE_SERVER_USER }}@${{ secrets.REMOTE_SERVER_ADDR }}:${{ secrets.REMOTE_SERVER_DIRECTORY }}/
Expand Down

0 comments on commit e7a064e

Please sign in to comment.