Skip to content

Commit f6b07e2

Browse files
committed
ip change
1 parent 9a9d2d3 commit f6b07e2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.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@v3
23+
uses: actions/checkout@v4
2424

25-
- name: Use Node.js 20
26-
uses: actions/setup-node@v3
25+
- name: Use Node.js 22
26+
uses: actions/setup-node@v4
2727
with:
28-
node-version: '20.x'
28+
node-version: '22.x'
2929

3030
- name: 🔨 Build Project
3131
run: |
@@ -36,8 +36,8 @@ jobs:
3636
env:
3737
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
3838
# ARGS: "-rltgoDzvO --delete"
39-
SOURCE: 'dist/'
40-
REMOTE_HOST: 192.34.62.123
41-
REMOTE_USER: mantis
42-
TARGET: public_html/angular/free
39+
REMOTE_HOST: 82.25.126.213
40+
REMOTE_USER: u965251139
41+
REMOTE_PORT: "65002"
42+
TARGET: domains/mantisdashboard.com/public_html/angular/free
4343
EXCLUDE: '/node_modules/'

0 commit comments

Comments
 (0)