From 4ac731ea22a23a8bc250e7870da0600f1146ae9a Mon Sep 17 00:00:00 2001 From: Dikshit Moradiya <106728438+ct-dixit@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:36:27 +0000 Subject: [PATCH] remote host value update --- .github/workflows/prod.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 57a1edb..9beaa9c 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -22,10 +22,10 @@ jobs: - name: 🚚 Get latest code uses: actions/checkout@v4 - - name: Use Node.js 20 + - name: Use Node.js 22 uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '22' - name: 🔨 Build Project run: | @@ -38,7 +38,7 @@ jobs: SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }} # ARGS: "-rltgoDzvO --delete" SOURCE: 'dist/' - REMOTE_HOST: 91.108.116.107 + REMOTE_HOST: 82.29.156.38 REMOTE_USER: u106957989 REMOTE_PORT: '65002' TARGET: domains/codedthemes.com/public_html/demos/admin-templates/datta-able/react/free