Skip to content

Commit

Permalink
ci: improved deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkovtyk committed Dec 11, 2024
1 parent 8b8de60 commit c2886c8
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 @@ -28,5 +28,6 @@ jobs:
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
key: ${{ secrets.SSH_KEY }}
source: "dist/*"
strip_components: 1
source: "dist/"
target: "/var/www"

0 comments on commit c2886c8

Please sign in to comment.