We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a944ea2 commit 7ef8820Copy full SHA for 7ef8820
1 file changed
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
username: ${{ secrets.SERVER_USERNAME }}
41
key: ${{ secrets.SSH_PRIVATE_KEY }}
42
port: 22
43
- source: "build/"
+ source: "build/client"
44
target: "/srv/theme/"
45
strip_components: 1
46
0 commit comments