Skip to content

Commit a41bfa0

Browse files
authored
ip update (#23)
* ip update * remote host value update * Update main.yml * Update prod.yml
1 parent c2ca7c0 commit a41bfa0

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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: |
@@ -38,7 +38,8 @@ jobs:
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/'

.github/workflows/prod.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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: |
@@ -38,7 +38,8 @@ jobs:
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/'

0 commit comments

Comments
 (0)