We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8991af0 commit deda0d7Copy full SHA for deda0d7
1 file changed
.github/workflows/build-deploy.yml
@@ -57,7 +57,7 @@ jobs:
57
uses: Burnett01/rsync-deployments@v8
58
with:
59
switches: -avzr --delete
60
- path: ./
+ path: ./package/
61
remote_path: ${{ secrets.SERVER_PATH }}
62
remote_host: ${{ secrets.SERVER_HOST }}
63
remote_user: ${{ secrets.SERVER_USER }}
0 commit comments