Skip to content

Commit c8b2cc9

Browse files
authored
Merge pull request #28 from codedthemes/ip_change
remote host value update
1 parent cb0ee06 commit c8b2cc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/prod.yml

Lines changed: 3 additions & 3 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 20
25+
- name: Use Node.js 22
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: '20.x'
28+
node-version: '22'
2929

3030
- name: 🔨 Build Project
3131
run: |
@@ -38,7 +38,7 @@ jobs:
3838
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
3939
# ARGS: "-rltgoDzvO --delete"
4040
SOURCE: 'dist/'
41-
REMOTE_HOST: 91.108.116.107
41+
REMOTE_HOST: 82.29.156.38
4242
REMOTE_USER: u106957989
4343
REMOTE_PORT: '65002'
4444
TARGET: domains/codedthemes.com/public_html/demos/admin-templates/datta-able/react/free

0 commit comments

Comments
 (0)