Skip to content

Commit 00b3826

Browse files
committed
fix: ci app vuejs 3
1 parent 3b58a83 commit 00b3826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
REMOTE_HOST: ${{ secrets.SSH_HOST }}
4242
REMOTE_USER: ${{ secrets.SSH_USERNAME }}
4343
REMOTE_PORT: ${{ secrets.SSH_PORT }}
44-
TARGET: ${{ env.APP_DIR }}
44+
TARGET: ${{ env.APP_DIR }}/html
4545
SCRIPT_BEFORE: |
4646
if ! command -v rsync &> /dev/null
4747
then

0 commit comments

Comments
 (0)