Skip to content

Commit bc62cae

Browse files
authored
ip change (#138)
* ip change * ip host update * Update prod.yml
1 parent 726b06d commit bc62cae

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/prod.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ jobs:
2222
- name: 🚚 Get latest code
2323
uses: actions/checkout@v4
2424

25-
- name: Use Node.js 20
25+
- name: Use Node.js 22
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: "20"
28+
node-version: "22"
2929

3030
- name: 🔨 Build Project
3131
run: |
3232
cd vite
3333
corepack enable
34-
yarn set version 4.6.0
34+
yarn set version 4.9.1
3535
yarn
3636
yarn build
3737
@@ -41,7 +41,8 @@ jobs:
4141
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
4242
# ARGS: "-rltgoDzvO --delete"
4343
SOURCE: "vite/dist/"
44-
REMOTE_HOST: 192.34.62.123
45-
REMOTE_USER: berry
46-
TARGET: public_html/free
44+
REMOTE_HOST: 145.79.3.173
45+
REMOTE_USER: u965251139
46+
REMOTE_PORT: "65002"
47+
TARGET: domains/berrydashboard.com/public_html/free
4748
EXCLUDE: "/vite/node_modules/"

0 commit comments

Comments
 (0)