Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding0tter authored Sep 2, 2023
1 parent 055c4cc commit 344c582
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ jobs:
npm run build
- name: Copy to Server
with:
command: scp -r -o StrictHostKeyChecking=no -i ${{ secrets.SSH_KEY }} ./dist/* ${{ secrets.SSH_USER }}@${{ secrets.SERVER_IP }}:${{ secrets.SSH_PATH }}
working-directory: ./
run: |
scp -r -o StrictHostKeyChecking=no -i ${{ secrets.SSH_KEY }} ./dist/* ${{ secrets.SSH_USER }}@${{ secrets.SERVER_IP }}:${{ secrets.SSH_PATH }}

0 comments on commit 344c582

Please sign in to comment.