Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ndt080 authored Oct 21, 2023
1 parent dc7bde0 commit df0ac4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ jobs:
password: ${{ secrets.SSH_PASS }}
port: ${{ secrets.SSH_PORT }}
target: ${{ vars.PROJECT_DIR }}
source: "./*"
source: dist/*
rm: true
strip_components: 1

0 comments on commit df0ac4e

Please sign in to comment.