Skip to content

Commit

Permalink
github action changes
Browse files Browse the repository at this point in the history
  • Loading branch information
farooqpk committed Oct 30, 2024
1 parent 075afe6 commit e1bfb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
source: "./dist/*"
source: "./dist/**"
target: /home/${{ secrets.USERNAME }}/app/frontend
debug: true

Expand Down

0 comments on commit e1bfb05

Please sign in to comment.