Skip to content

Commit 645c394

Browse files
fixed .yml path (#107)
Co-authored-by: ct-amit <phoenixcoded20@outlook.com>
1 parent 98726bd commit 645c394

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
env:
4141
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
4242
# ARGS: "-rltgoDzvO --delete"
43-
SOURCE: "dist/"
43+
SOURCE: "vite/dist/"
4444
REMOTE_HOST: 145.79.3.173
4545
REMOTE_USER: u965251139
4646
REMOTE_PORT: "65002"
4747
TARGET: domains/mantisdashboard.com/public_html/free
48-
EXCLUDE: "/build/, /node_modules/"
48+
EXCLUDE: "/vite/build/, /vite/node_modules/"

0 commit comments

Comments
 (0)