Skip to content

Commit 7bb5264

Browse files
committed
ip change
1 parent 5a5222f commit 7bb5264

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/prod.yml

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

0 commit comments

Comments
 (0)