From e93cb143e2f795651bb11b7df8d733bec30d4e48 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sun, 15 Feb 2026 00:06:30 +0300 Subject: [PATCH] fix: deploy pezkiwi.app to correct VPS (VPS2) --- .github/workflows/deploy.yml | 6 +++--- package.json | 2 +- src/version.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b20fef0..47b9ab2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,9 +47,9 @@ jobs: - name: Deploy to telegram.pezkiwi.app uses: appleboy/scp-action@v1.0.0 with: - host: ${{ secrets.VPS1_HOST }} - username: ${{ secrets.VPS1_USER }} - key: ${{ secrets.VPS1_SSH_KEY }} + host: ${{ secrets.VPS2_HOST }} + username: ${{ secrets.VPS2_USER }} + key: ${{ secrets.VPS2_SSH_KEY }} source: 'dist/*' target: '/var/www/telegram.pezkiwi.app' strip_components: 1 diff --git a/package.json b/package.json index 0204785..271792e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pezkuwi-telegram-miniapp", - "version": "1.0.196", + "version": "1.0.197", "type": "module", "description": "Pezkuwichain Telegram Mini App - Forum, Announcements, Rewards", "author": "Pezkuwichain Team", diff --git a/src/version.json b/src/version.json index c84028c..ca4064c 100644 --- a/src/version.json +++ b/src/version.json @@ -1,5 +1,5 @@ { - "version": "1.0.196", - "buildTime": "2026-02-14T20:24:59.270Z", - "buildNumber": 1771100699271 + "version": "1.0.197", + "buildTime": "2026-02-14T21:06:30.802Z", + "buildNumber": 1771103190812 }