We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57553cb commit 4f8b770Copy full SHA for 4f8b770
1 file changed
.github/workflows/deploy.yml
@@ -44,6 +44,6 @@ jobs:
44
host: ${{ secrets.REMOTE_HOST }}
45
username: ${{ secrets.REMOTE_NAME }}
46
password: ${{ secrets.REMOTE_PASS }}
47
- source: "dist/*"
48
target: ${{ secrets.REMOTE_TARGET }}
+ source: "dist/"
49
strip_components: 1
0 commit comments