Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Moros1138 committed Sep 4, 2024
1 parent bcc5d9c commit eed8284
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/emscripten-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ jobs:
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.REMOTE_SERVER_SSH_KEY }}
- name: Upload files to server
run: |
ssh-keyscan -H ${{ secrets.REMOTE_SERVER_ADDR }} >> ~/.ssh/known_hosts
scp -P ${{ secrets.REMOTE_SERVER_PORT }} -r demos ${{ secrets.REMOTE_SERVER_USER }}@${{ secrets.REMOTE_SERVER_ADDR }}:${{ secrets.REMOTE_SERVER_DIRECTORY }}/

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

0 comments on commit eed8284

Please sign in to comment.