Skip to content

Commit d7acad7

Browse files
authored
ip update (#72)
* ip update * remote host value update * Update prod.yml
1 parent d5312a2 commit d7acad7

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/prod.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ 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
corepack enable
33-
yarn set version 4.6.0
33+
yarn set version 4.9.1
3434
yarn
3535
yarn build
3636
@@ -40,7 +40,8 @@ jobs:
4040
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
4141
# ARGS: "-rltgoDzvO --delete"
4242
SOURCE: 'dist/'
43-
REMOTE_HOST: 192.34.62.123
44-
REMOTE_USER: mantis
45-
TARGET: public_html/free
43+
REMOTE_HOST: 145.79.3.173
44+
REMOTE_USER: u965251139
45+
REMOTE_PORT: "65002"
46+
TARGET: domains/mantisdashboard.com/public_html/free
4647
EXCLUDE: '/build/, /node_modules/'

0 commit comments

Comments
 (0)