Skip to content

Commit 2df7e96

Browse files
authored
Update prod.yml
1 parent 5bdb186 commit 2df7e96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/prod.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
env:
2525
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
2626
# ARGS: "-rltgoDzvO --delete"
27+
SOURCE: 'dist/'
2728
REMOTE_HOST: 145.79.3.173
2829
REMOTE_USER: u965251139
2930
REMOTE_PORT: "65002"
3031
TARGET: domains/mantisdashboard.com/public_html/bootstrap/free
31-
EXCLUDE: '/node_modules/'
32+
EXCLUDE: '/node_modules/'

0 commit comments

Comments
 (0)