File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed
Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 - name : 🚚 Get latest code
2323 uses : actions/checkout@v4
2424
25- - name : Use Node.js 18
25+ - name : Use Node.js 22
2626 uses : actions/setup-node@v4
2727 with :
28- node-version : ' 18 '
28+ node-version : ' 22 '
2929
3030 - name : 🔨 Build Project
3131 run : |
3838 SSH_PRIVATE_KEY : ${{ secrets.SERVER_SSH_KEY }}
3939 # ARGS: "-rltgoDzvO --delete"
4040 SOURCE : ' dist/'
41- REMOTE_HOST : 192.34.62.123
42- REMOTE_USER : berry
43- TARGET : public_html/vue/free/stage
41+ REMOTE_HOST : 145.79.3.173
42+ REMOTE_USER : u965251139
43+ REMOTE_PORT : " 65002"
44+ TARGET : domains/berrydashboard.com/public_html/vue/free/stage
4445 EXCLUDE : ' /node_modules/'
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 - name : 🚚 Get latest code
2323 uses : actions/checkout@v4
2424
25- - name : Use Node.js 18
25+ - name : Use Node.js 22
2626 uses : actions/setup-node@v4
2727 with :
28- node-version : ' 18 '
28+ node-version : ' 22 '
2929
3030 - name : 🔨 Build Project
3131 run : |
3838 SSH_PRIVATE_KEY : ${{ secrets.SERVER_SSH_KEY }}
3939 # ARGS: "-rltgoDzvO --delete"
4040 SOURCE : ' dist/'
41- REMOTE_HOST : 192.34.62.123
42- REMOTE_USER : berry
43- TARGET : public_html/vue/free
41+ REMOTE_HOST : 145.79.3.173
42+ REMOTE_USER : u965251139
43+ REMOTE_PORT : " 65002"
44+ TARGET : domains/berrydashboard.com/public_html/vue/free
4445 EXCLUDE : ' /node_modules/'
You can’t perform that action at this time.
0 commit comments