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