diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index c1f18a4..f2baa6b 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -20,12 +20,12 @@ jobs: steps: - name: 🚚 Get latest code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - - name: Use Node.js 20 - uses: actions/setup-node@v2-beta + - name: Use Node.js 22 + uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '22' - name: 🔨 Build Project run: | @@ -37,8 +37,8 @@ jobs: env: SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }} # ARGS: "-rltgoDzvO --delete" - SOURCE: 'dist/' - REMOTE_HOST: 192.34.62.123 - REMOTE_USER: berry - TARGET: public_html/angular/free + REMOTE_HOST: 82.25.126.213 + REMOTE_USER: u965251139 + REMOTE_PORT: "65002" + TARGET: domains/berrydashboard.com/public_html/angular/free EXCLUDE: '/node_modules/'