File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020
2121 steps :
2222 - name : 🚚 Get latest code
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v4
2424
25- - name : Use Node.js 20
26- uses : actions/setup-node@v2-beta
25+ - name : Use Node.js 22
26+ uses : actions/setup-node@v4
2727 with :
28- node-version : ' 20.x '
28+ node-version : ' 22 '
2929
3030 - name : 🔨 Build Project
3131 run : |
3737 env :
3838 SSH_PRIVATE_KEY : ${{ secrets.SERVER_SSH_KEY }}
3939 # ARGS: "-rltgoDzvO --delete"
40- SOURCE : ' dist/ '
41- REMOTE_HOST : 192.34.62.123
42- REMOTE_USER : berry
43- TARGET : public_html/angular/free
40+ REMOTE_HOST : 82.25.126.213
41+ REMOTE_USER : u965251139
42+ REMOTE_PORT : " 65002 "
43+ TARGET : domains/berrydashboard.com/ public_html/angular/free
4444 EXCLUDE : ' /node_modules/'
You can’t perform that action at this time.
0 commit comments